Home
last modified time | relevance | path

Searched refs:concat_function (Results 1 – 25 of 102) sorted by relevance

12345

/dports/lang/php73/php-7.3.33/Zend/tests/
H A Dconcat_002.phpt7 * Test case for a concat_function() change that broke a test outside of Zend
/dports/www/mod_php81/php-8.1.1/Zend/tests/
H A Dconcat_002.phpt7 * Test case for a concat_function() change that broke a test outside of Zend
/dports/lang/php81/php-8.1.1/Zend/tests/
H A Dconcat_002.phpt7 * Test case for a concat_function() change that broke a test outside of Zend
/dports/lang/php74/php-7.4.27/Zend/tests/
H A Dconcat_002.phpt7 * Test case for a concat_function() change that broke a test outside of Zend
/dports/lang/php80/php-8.0.15/Zend/tests/
H A Dconcat_002.phpt7 * Test case for a concat_function() change that broke a test outside of Zend
/dports/www/mod_php73/php-7.3.33/Zend/tests/
H A Dconcat_002.phpt7 * Test case for a concat_function() change that broke a test outside of Zend
/dports/www/mod_php74/php-7.4.27/Zend/tests/
H A Dconcat_002.phpt7 * Test case for a concat_function() change that broke a test outside of Zend
/dports/www/mod_php80/php-8.0.15/Zend/tests/
H A Dconcat_002.phpt7 * Test case for a concat_function() change that broke a test outside of Zend
/dports/www/mod_php81/php-8.1.1/ext/opcache/jit/
H A Dzend_jit_helpers.c1965 if (binary_op == concat_function && Z_TYPE(ref->val) == IS_STRING) { in zend_jit_assign_op_to_typed_ref()
1966 concat_function(&ref->val, &ref->val, val); in zend_jit_assign_op_to_typed_ref()
2198 if (binary_op == concat_function && Z_TYPE_P(zptr) == IS_STRING) { in zend_jit_assign_op_to_typed_prop()
2199 concat_function(zptr, zptr, value); in zend_jit_assign_op_to_typed_prop()
/dports/lang/php81/php-8.1.1/ext/opcache/jit/
H A Dzend_jit_helpers.c1965 if (binary_op == concat_function && Z_TYPE(ref->val) == IS_STRING) { in zend_jit_assign_op_to_typed_ref()
1966 concat_function(&ref->val, &ref->val, val); in zend_jit_assign_op_to_typed_ref()
2198 if (binary_op == concat_function && Z_TYPE_P(zptr) == IS_STRING) { in zend_jit_assign_op_to_typed_prop()
2199 concat_function(zptr, zptr, value); in zend_jit_assign_op_to_typed_prop()
/dports/www/php81-opcache/php-8.1.1/ext/opcache/jit/
H A Dzend_jit_helpers.c1965 if (binary_op == concat_function && Z_TYPE(ref->val) == IS_STRING) { in zend_jit_assign_op_to_typed_ref()
1966 concat_function(&ref->val, &ref->val, val); in zend_jit_assign_op_to_typed_ref()
2198 if (binary_op == concat_function && Z_TYPE_P(zptr) == IS_STRING) { in zend_jit_assign_op_to_typed_prop()
2199 concat_function(zptr, zptr, value); in zend_jit_assign_op_to_typed_prop()
/dports/lang/php73/php-7.3.33/Zend/
H A Dzend_opcode.c727 return (binary_op_type) concat_function; in get_binary_op()
H A Dzend_operators.h58 ZEND_API int ZEND_FASTCALL concat_function(zval *result, zval *op1, zval *op2);
/dports/lang/php80/php-8.0.15/
H A DUPGRADING.INTERNALS333 - concat_function()
/dports/www/mod_php73/php-7.3.33/Zend/
H A Dzend_opcode.c727 return (binary_op_type) concat_function; in get_binary_op()
H A Dzend_operators.h58 ZEND_API int ZEND_FASTCALL concat_function(zval *result, zval *op1, zval *op2);
/dports/www/mod_php80/php-8.0.15/
H A DUPGRADING.INTERNALS333 - concat_function()
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/robertkrimen/otto/
H A Dinline.go903 concat_function := &_object{
1396 value: concat_function,
1693 concat_function := &_object{
2177 value: concat_function,
/dports/mail/nextcloud-mail/mail/vendor/rubix/tensor/ext/kernel/
H A Dconcat.c754 concat_function(result, op1, op2); in zephir_concat_function()
/dports/editors/micro/micro-2.0.10/vendor/github.com/robertkrimen/otto/
H A Dinline.go903 concat_function := &_object{
1396 value: concat_function,
1693 concat_function := &_object{
2177 value: concat_function,
/dports/www/mod_php81/php-8.1.1/Zend/
H A Dzend_operators.h55 ZEND_API zend_result ZEND_FASTCALL concat_function(zval *result, zval *op1, zval *op2);
/dports/lang/php81/php-8.1.1/Zend/
H A Dzend_operators.h55 ZEND_API zend_result ZEND_FASTCALL concat_function(zval *result, zval *op1, zval *op2);
/dports/lang/php80/php-8.0.15/Zend/
H A Dzend_operators.h55 ZEND_API zend_result ZEND_FASTCALL concat_function(zval *result, zval *op1, zval *op2);
/dports/www/mod_php80/php-8.0.15/Zend/
H A Dzend_operators.h55 ZEND_API zend_result ZEND_FASTCALL concat_function(zval *result, zval *op1, zval *op2);
/dports/lang/php74/php-7.4.27/Zend/
H A Dzend_operators.h55 ZEND_API int ZEND_FASTCALL concat_function(zval *result, zval *op1, zval *op2);

12345