Searched refs:use_copy1 (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 1240 zend_make_printable_zval(op1, &op1_copy, &use_copy1); in concat_function() 1246 if (use_copy1) { in concat_function() 1286 if (use_copy1) { in concat_function() 1299 int use_copy1 = 0, use_copy2 = 0; in string_compare_function_ex() local 1302 zend_make_printable_zval(op1, &op1_copy, &use_copy1); in string_compare_function_ex() 1308 if (use_copy1) { in string_compare_function_ex() 1321 if (use_copy1) { in string_compare_function_ex() 1347 int use_copy1 = 0, use_copy2 = 0; in string_locale_compare_function() local 1356 if (use_copy1) { 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 5073 zend_make_printable_zval(op1, &op1_copy, &use_copy1); 5079 if (use_copy1) { 5088 if (use_copy1) {
|
Completed in 21 milliseconds