Searched refs:use_copy2 (Results 1 – 2 of 2) sorted by relevance
/PHP-5.4/Zend/ |
H A D | zend_operators.c | 1237 int use_copy1 = 0, use_copy2 = 0; in concat_function() local 1243 zend_make_printable_zval(op2, &op2_copy, &use_copy2); in concat_function() 1255 if (use_copy2) { in concat_function() 1289 if (use_copy2) { in concat_function() 1299 int use_copy1 = 0, use_copy2 = 0; in string_compare_function_ex() local 1305 zend_make_printable_zval(op2, &op2_copy, &use_copy2); in string_compare_function_ex() 1311 if (use_copy2) { in string_compare_function_ex() 1324 if (use_copy2) { in string_compare_function_ex() 1347 int use_copy1 = 0, use_copy2 = 0; in string_locale_compare_function() local 1359 if (use_copy2) { in string_locale_compare_function() [all …]
|
/PHP-5.4/ext/standard/ |
H A D | string.c | 5070 int use_copy1 = 0, use_copy2 = 0; local 5076 zend_make_printable_zval(op2, &op2_copy, &use_copy2); 5082 if (use_copy2) { 5091 if (use_copy2) {
|
Completed in 22 milliseconds