Home
last modified time | relevance | path

Searched refs:use_copy (Results 1 – 13 of 13) sorted by relevance

/PHP-5.3/ext/standard/
H A Dtype.c185 int use_copy; in PHP_FUNCTION() local
191 zend_make_printable_zval(*num, &expr_copy, &use_copy); in PHP_FUNCTION()
192 if (use_copy) { in PHP_FUNCTION()
H A Dformatted_print.c558 int use_copy; in php_formatted_print() local
560 zend_make_printable_zval(tmp, &var_copy, &use_copy); in php_formatted_print()
561 if (use_copy) { in php_formatted_print()
572 if (use_copy) { in php_formatted_print()
/PHP-5.3/ext/intl/collator/
H A Dcollator_convert.c416 int use_copy = 0; in collator_make_printable_zval() local
421 zend_make_printable_zval(arg, &arg_copy, &use_copy); in collator_make_printable_zval()
423 if( use_copy ) in collator_make_printable_zval()
/PHP-5.3/Zend/
H A Dzend.c211 ZEND_API void zend_make_printable_zval(zval *expr, zval *expr_copy, int *use_copy) /* {{{ */ in zend_make_printable_zval() argument
214 *use_copy = 0; in zend_make_printable_zval()
257 zend_make_printable_zval(z, expr_copy, use_copy); in zend_make_printable_zval()
258 if (*use_copy) { in zend_make_printable_zval()
262 *use_copy = 1; in zend_make_printable_zval()
285 *use_copy = 1; in zend_make_printable_zval()
298 int use_copy; in zend_print_zval_ex() local
300 zend_make_printable_zval(expr, &expr_copy, &use_copy); in zend_print_zval_ex()
301 if (use_copy) { in zend_print_zval_ex()
305 if (use_copy) { in zend_print_zval_ex()
[all …]
H A Dzend.h574 ZEND_API void zend_make_printable_zval(zval *expr, zval *expr_copy, int *use_copy);
H A Dzend_API.c273 int use_copy; in parse_arg_object_to_string() local
279 zend_make_printable_zval(z, *arg, &use_copy); in parse_arg_object_to_string()
280 if (!use_copy) { in parse_arg_object_to_string()
2879 int use_copy; in zend_is_callable_ex() local
2881 zend_make_printable_zval(callable, &expr_copy, &use_copy); in zend_is_callable_ex()
H A Dzend_vm_def.h1855 int use_copy = 0; variable
1867 zend_make_printable_zval(var, &var_copy, &use_copy);
1869 if (use_copy) {
1875 if (use_copy) {
3195 int use_copy; variable
3197 zend_make_printable_zval(expr, &var_copy, &use_copy);
3198 if (use_copy) {
H A Dzend_vm_execute.h1865 int use_copy; in ZEND_CAST_SPEC_CONST_HANDLER() local
1868 if (use_copy) { in ZEND_CAST_SPEC_CONST_HANDLER()
5161 int use_copy; in ZEND_CAST_SPEC_TMP_HANDLER() local
6477 if (use_copy) { in ZEND_ADD_VAR_SPEC_TMP_TMP_HANDLER()
6483 if (use_copy) { in ZEND_ADD_VAR_SPEC_TMP_TMP_HANDLER()
6949 if (use_copy) { in ZEND_ADD_VAR_SPEC_TMP_VAR_HANDLER()
7508 if (use_copy) { in ZEND_ADD_VAR_SPEC_TMP_CV_HANDLER()
8536 int use_copy; in ZEND_CAST_SPEC_VAR_HANDLER() local
18891 if (use_copy) { in ZEND_ADD_VAR_SPEC_UNUSED_TMP_HANDLER()
19950 if (use_copy) { in ZEND_ADD_VAR_SPEC_UNUSED_VAR_HANDLER()
[all …]
/PHP-5.3/ext/spl/
H A Dspl_iterators.c1207 int use_copy; in SPL_METHOD() local
1209 if (use_copy) { in SPL_METHOD()
1898 use_copy = 0; in SPL_METHOD()
1902 use_copy = 1; in SPL_METHOD()
1906 if (use_copy) { in SPL_METHOD()
1925 if (!use_copy) { in SPL_METHOD()
1927 use_copy = 1; in SPL_METHOD()
1938 if (!use_copy) { in SPL_METHOD()
1940 use_copy = 1; in SPL_METHOD()
1982 if (use_copy) { in SPL_METHOD()
[all …]
H A Dspl_directory.c387 …fo_set_filename(spl_filesystem_object *intern, char *path, int len, int use_copy TSRMLS_DC) /* {{{… in spl_filesystem_info_set_filename()
395 intern->file_name = use_copy ? estrndup(path, len) : path; in spl_filesystem_info_set_filename()
421 …(spl_filesystem_object *source, char *file_path, int file_path_len, int use_copy, zend_class_entry… in spl_filesystem_object_create_info() argument
430 if (file_path && !use_copy) { in spl_filesystem_object_create_info()
434 if (file_path && !use_copy) { in spl_filesystem_object_create_info()
454 ZVAL_STRINGL(arg1, file_path, file_path_len, use_copy); in spl_filesystem_object_create_info()
458 spl_filesystem_info_set_filename(intern, file_path, file_path_len, use_copy TSRMLS_CC); in spl_filesystem_object_create_info()
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_debug.c1429 int use_copy; \
1431 zend_make_printable_zval(&tmp, &copy, &use_copy); \
1440 int use_copy; \
1441 zend_make_printable_zval((zv), &copy, &use_copy); \
1455 int use_copy; \
1456 zend_make_printable_zval(*tmp, &copy, &use_copy); \
/PHP-5.3/ext/reflection/
H A Dphp_reflection.c635 int use_copy; in _const_string() local
639 zend_make_printable_zval(value, &value_copy, &use_copy); in _const_string()
640 if (use_copy) { in _const_string()
647 if (use_copy) { in _const_string()
704 int use_copy; in _parameter_string() local
727 zend_make_printable_zval(zv, &zv_copy, &use_copy); in _parameter_string()
729 if (use_copy) { in _parameter_string()
/PHP-5.3/ext/sybase_ct/
H A Dphp_sybase_ct.c443 int use_copy; in _call_message_handler() local
445 zend_make_printable_zval(callback_name, &expr_copy, &use_copy); in _call_message_handler()

Completed in 194 milliseconds