/PHP-8.2/ext/filter/ |
H A D | filter.c | 247 …(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-8.2/ext/opcache/ |
H A D | zend_persist.c | 175 zend_ast_zval *copy = zend_shared_memdup(ast, sizeof(zend_ast_zval)); in zend_persist_ast() local 180 zend_ast_list *copy = zend_shared_memdup(ast, in zend_persist_ast() local 292 zend_attribute *copy = zend_shared_memdup_put_free(attr, ZEND_ATTRIBUTE_SIZE(attr->argc)); in zend_persist_attributes() local
|
H A D | ZendAccelerator.c | 3575 bool copy = false; local 3614 bool copy = false; local
|
/PHP-8.2/ext/phar/ |
H A D | phar_object.stub.php | 130 public function copy(string $from, string $to) {} // TODO make return type void function in Phar 345 public function copy(string $from, string $to) {} // TODO make return type void function in PharData
|
H A D | phar_object.c | 3393 PHP_METHOD(Phar, copy) in PHP_METHOD() argument
|
/PHP-8.2/Zend/ |
H A D | zend_constants.c | 548 zend_constant *copy = pemalloc(sizeof(zend_constant), ZEND_CONSTANT_FLAGS(c) & CONST_PERSISTENT); in zend_hash_add_constant() local
|
H A D | zend_closures.c | 599 zval copy; in zend_closure_get_debug_info() local
|
H A D | zend_language_scanner.l | 1160 char *copy = Z_STRVAL_P(zendlval); in strip_multiline_string_indentation() local
|
H A D | zend_API.h | 885 #define ZVAL_ZVAL(z, zv, copy, dtor) do { \ argument 924 #define RETVAL_ZVAL(zv, copy, dtor) ZVAL_ZVAL(return_value, zv, copy, dtor) argument 950 #define RETURN_ZVAL(zv, copy, dtor) do { RETVAL_ZVAL(zv, copy, dtor); return; } while (0) argument
|
/PHP-8.2/TSRM/ |
H A D | tsrm_win32.c | 432 HANDLE copy, self = GetCurrentProcess(); in dupHandle() local
|
/PHP-8.2/ext/spl/ |
H A D | php_spl.c | 547 zend_function *copy = emalloc(sizeof(zend_op_array)); in PHP_FUNCTION() local
|
/PHP-8.2/win32/ |
H A D | glob.c | 680 char *copy; in globextend() local
|
/PHP-8.2/Zend/Optimizer/ |
H A D | block_pass.c | 33 bool zend_optimizer_get_persistent_constant(zend_string *name, zval *result, int copy) in zend_optimizer_get_persistent_constant()
|
/PHP-8.2/ext/standard/ |
H A D | proc_open.c | 435 HANDLE copy, self = GetCurrentProcess(); in dup_handle() local
|
H A D | file.c | 1494 PHP_FUNCTION(copy) in PHP_FUNCTION() argument
|
H A D | array.c | 3943 bool copy = 1; local
|
/PHP-8.2/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 513 char *copy; in strndup() local
|
/PHP-8.2/ext/zend_test/ |
H A D | test.c | 1142 char * copy = zend_strndup(str, str_len); in ZEND_GET_MODULE() local
|
/PHP-8.2/ext/soap/ |
H A D | php_schema.c | 97 xmlChar *copy = (xmlChar *) estrdup((const char *) *str); in requestify_string() local
|
H A D | php_encoding.c | 629 xmlNodePtr copy; in to_zval_user() local
|
/PHP-8.2/ext/sodium/ |
H A D | libsodium.c | 152 zend_string *copy = zend_string_init(Z_STRVAL_P(zv), Z_STRLEN_P(zv), 0); in sodium_separate_string() local
|