Home
last modified time | relevance | path

Searched defs:copy (Results 1 – 22 of 22) sorted by relevance

/php-src/ext/filter/
H A Dfilter.c247 …(zval *value, zend_long filter, zend_long flags, zval *options, char* charset, bool copy) /* {{{ */ in php_zval_filter()
372 …(zval *value, zend_long filter, zend_long flags, zval *options, char *charset, bool copy) /* {{{ */ in php_zval_filter_recursive()
465 const int copy, zend_long filter_flags in php_filter_call()
/php-src/ext/opcache/
H A Dzend_persist.c176 zend_ast_zval *copy = zend_shared_memdup(ast, sizeof(zend_ast_zval)); in zend_persist_ast() local
181 zend_ast_list *copy = zend_shared_memdup(ast, in zend_persist_ast() local
293 zend_attribute *copy = zend_shared_memdup_put_free(attr, ZEND_ATTRIBUTE_SIZE(attr->argc)); in zend_persist_attributes() local
H A DZendAccelerator.c3552 bool copy = false; local
3591 bool copy = false; local
/php-src/ext/dom/lexbor/lexbor/core/
H A Dhash.h79 lexbor_hash_copy_f copy; /* For copy key. */ member
/php-src/ext/phar/
H A Dphar_object.stub.php114 public function copy(string $from, string $to): true {} function in Phar
324 public function copy(string $from, string $to): true {} function in PharData
H A Dphar_object.c3409 PHP_METHOD(Phar, copy) in PHP_METHOD() argument
/php-src/TSRM/
H A Dtsrm_win32.c432 HANDLE copy, self = GetCurrentProcess(); in dupHandle() local
/php-src/Zend/
H A Dzend_constants.c539 zend_constant *copy = pemalloc(sizeof(zend_constant), ZEND_CONSTANT_FLAGS(c) & CONST_PERSISTENT); in zend_hash_add_constant() local
H A Dzend_closures.c625 zval copy; in zend_closure_get_debug_info() local
H A Dzend_operators.c2659 zval copy; in increment_function() local
2753 zval copy; in decrement_function() local
2766 zval copy; in decrement_function() local
H A Dzend_language_scanner.l1160 char *copy = Z_STRVAL_P(zendlval); in strip_multiline_string_indentation() local
H A Dzend_API.h770 zend_function *copy = (zend_function*)emalloc(sizeof(zend_function)); in zend_fcc_addref() local
990 #define ZVAL_ZVAL(z, zv, copy, dtor) do { \ argument
1029 #define RETVAL_ZVAL(zv, copy, dtor) ZVAL_ZVAL(return_value, zv, copy, dtor) argument
1055 #define RETURN_ZVAL(zv, copy, dtor) do { RETVAL_ZVAL(zv, copy, dtor); return; } while (0) argument
/php-src/ext/spl/
H A Dphp_spl.c546 zend_function *copy = emalloc(sizeof(zend_op_array)); in PHP_FUNCTION() local
/php-src/win32/
H A Dglob.c680 char *copy; in globextend() local
/php-src/Zend/Optimizer/
H A Dblock_pass.c33 bool zend_optimizer_get_persistent_constant(zend_string *name, zval *result, int copy) in zend_optimizer_get_persistent_constant()
/php-src/ext/standard/
H A Dproc_open.c473 HANDLE copy, self = GetCurrentProcess(); in dup_handle() local
H A Dfile.c1490 PHP_FUNCTION(copy) in PHP_FUNCTION() argument
H A Darray.c4292 bool copy = 1; local
/php-src/ext/fileinfo/libmagic/
H A Dsoftmagic.c524 char *copy; in strndup() local
/php-src/ext/zend_test/
H A Dtest.c1295 char * copy = zend_strndup(str, str_len); in ZEND_GET_MODULE() local
/php-src/ext/soap/
H A Dphp_encoding.c637 xmlNodePtr copy; in to_zval_user() local
/php-src/ext/sodium/
H A Dlibsodium.c152 zend_string *copy = zend_string_init(Z_STRVAL_P(zv), Z_STRLEN_P(zv), 0); in sodium_separate_string() local

Completed in 178 milliseconds