use_copy 391 ext/intl/collator/collator_convert.c int use_copy = 0; use_copy 397 ext/intl/collator/collator_convert.c use_copy = zend_make_printable_zval(arg, &arg_copy); use_copy 399 ext/intl/collator/collator_convert.c if( use_copy ) use_copy 319 ext/opcache/Optimizer/compact_literals.c int i, use_copy; use_copy 327 ext/opcache/Optimizer/compact_literals.c use_copy = zend_make_printable_zval(op_array->literals + i, &zv); use_copy 329 ext/opcache/Optimizer/compact_literals.c if (use_copy) { use_copy 514 ext/opcache/Optimizer/compact_literals.c int i, use_copy; use_copy 520 ext/opcache/Optimizer/compact_literals.c use_copy = zend_make_printable_zval(op_array->literals + i, &zv); use_copy 522 ext/opcache/Optimizer/compact_literals.c if (use_copy) { use_copy 377 ext/spl/spl_directory.c void spl_filesystem_info_set_filename(spl_filesystem_object *intern, char *path, size_t len, size_t use_copy) /* {{{ */ use_copy 385 ext/spl/spl_directory.c intern->file_name = use_copy ? estrndup(path, len) : path; use_copy 411 ext/spl/spl_directory.c static spl_filesystem_object *spl_filesystem_object_create_info(spl_filesystem_object *source, char *file_path, int file_path_len, int use_copy, zend_class_entry *ce, zval *return_value) /* {{{ */ use_copy 420 ext/spl/spl_directory.c if (file_path && !use_copy) { use_copy 424 ext/spl/spl_directory.c if (file_path && !use_copy) { use_copy 447 ext/spl/spl_directory.c spl_filesystem_info_set_filename(intern, file_path, file_path_len, use_copy); use_copy 2692 ext/spl/spl_iterators.c int use_copy; use_copy 2699 ext/spl/spl_iterators.c use_copy = zend_make_printable_zval(&intern->u.caching.zstr, &expr_copy); use_copy 2700 ext/spl/spl_iterators.c if (use_copy) {