Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dtype.c199 int use_copy; in PHP_FUNCTION() local
205 zend_make_printable_zval(*num, &expr_copy, &use_copy); in PHP_FUNCTION()
206 if (use_copy) { in PHP_FUNCTION()
H A Dformatted_print.c572 int use_copy; in php_formatted_print() local
574 zend_make_printable_zval(tmp, &var_copy, &use_copy); in php_formatted_print()
575 if (use_copy) { in php_formatted_print()
586 if (use_copy) { in php_formatted_print()
/PHP-5.5/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.5/Zend/
H A Dzend.c225 ZEND_API void zend_make_printable_zval(zval *expr, zval *expr_copy, int *use_copy) /* {{{ */ in zend_make_printable_zval() argument
228 *use_copy = 0; in zend_make_printable_zval()
278 zend_make_printable_zval(z, expr_copy, use_copy); in zend_make_printable_zval()
279 if (*use_copy) { in zend_make_printable_zval()
283 *use_copy = 1; in zend_make_printable_zval()
306 *use_copy = 1; in zend_make_printable_zval()
319 int use_copy; in zend_print_zval_ex() local
321 zend_make_printable_zval(expr, &expr_copy, &use_copy); in zend_print_zval_ex()
322 if (use_copy) { in zend_print_zval_ex()
326 if (use_copy) { in zend_print_zval_ex()
[all …]
H A Dzend.h645 ZEND_API void zend_make_printable_zval(zval *expr, zval *expr_copy, int *use_copy);
H A Dzend_API.c285 int use_copy; in parse_arg_object_to_string() local
291 zend_make_printable_zval(z, *arg, &use_copy); in parse_arg_object_to_string()
292 if (!use_copy) { in parse_arg_object_to_string()
3192 int use_copy; in zend_is_callable_ex() local
3194 zend_make_printable_zval(callable, &expr_copy, &use_copy); in zend_is_callable_ex()
H A Dzend_vm_def.h2344 int use_copy = 0; variable
2359 zend_make_printable_zval(var, &var_copy, &use_copy);
2361 if (use_copy) {
2367 if (use_copy) {
3715 int use_copy; variable
3717 zend_make_printable_zval(expr, &var_copy, &use_copy);
3718 if (use_copy) {
H A Dzend_vm_execute.h2619 int use_copy; in ZEND_CAST_SPEC_CONST_HANDLER() local
2622 if (use_copy) { in ZEND_CAST_SPEC_CONST_HANDLER()
7930 int use_copy; in ZEND_CAST_SPEC_TMP_HANDLER() local
9782 if (use_copy) { in ZEND_ADD_VAR_SPEC_TMP_TMP_HANDLER()
10641 if (use_copy) { in ZEND_ADD_VAR_SPEC_TMP_VAR_HANDLER()
12084 if (use_copy) { in ZEND_ADD_VAR_SPEC_TMP_CV_HANDLER()
13247 int use_copy; in ZEND_CAST_SPEC_VAR_HANDLER() local
26520 if (use_copy) { in ZEND_ADD_VAR_SPEC_UNUSED_TMP_HANDLER()
27846 if (use_copy) { in ZEND_ADD_VAR_SPEC_UNUSED_VAR_HANDLER()
29600 if (use_copy) { in ZEND_ADD_VAR_SPEC_UNUSED_CV_HANDLER()
[all …]
H A Dzend_compile.c3340 int use_copy; in zend_get_function_declaration() local
3375 zend_make_printable_zval(zv, &zv_copy, &use_copy); in zend_get_function_declaration()
3379 if (use_copy) { in zend_get_function_declaration()
/PHP-5.5/ext/spl/
H A Dspl_iterators.c1203 int use_copy; in SPL_METHOD() local
1204 zend_make_printable_zval(&key, &key_copy, &use_copy); in SPL_METHOD()
1205 if (use_copy) { in SPL_METHOD()
1993 if (use_copy) { in SPL_METHOD()
2011 if (!use_copy) { in SPL_METHOD()
2013 use_copy = 1; in SPL_METHOD()
2023 if (!use_copy) { in SPL_METHOD()
2025 use_copy = 1; in SPL_METHOD()
2064 if (use_copy) { in SPL_METHOD()
2680 int use_copy; in spl_caching_it_next() local
[all …]
H A Dspl_directory.c389 …fo_set_filename(spl_filesystem_object *intern, char *path, int len, int use_copy TSRMLS_DC) /* {{{… in spl_filesystem_info_set_filename()
397 intern->file_name = use_copy ? estrndup(path, len) : path; in spl_filesystem_info_set_filename()
423 …(spl_filesystem_object *source, char *file_path, int file_path_len, int use_copy, zend_class_entry… in spl_filesystem_object_create_info() argument
432 if (file_path && !use_copy) { in spl_filesystem_object_create_info()
436 if (file_path && !use_copy) { in spl_filesystem_object_create_info()
456 ZVAL_STRINGL(arg1, file_path, file_path_len, use_copy); in spl_filesystem_object_create_info()
460 spl_filesystem_info_set_filename(intern, file_path, file_path_len, use_copy TSRMLS_CC); in spl_filesystem_object_create_info()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c658 int use_copy; in _const_string() local
662 zend_make_printable_zval(value, &value_copy, &use_copy); in _const_string()
663 if (use_copy) { in _const_string()
670 if (use_copy) { in _const_string()
727 int use_copy; in _parameter_string() local
752 zend_make_printable_zval(zv, &zv_copy, &use_copy); in _parameter_string()
754 if (use_copy) { in _parameter_string()
/PHP-5.5/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 265 milliseconds