/PHP-8.1/ext/filter/ |
H A D | filter.c | 314 …(zval *value, zend_long filter, zend_long flags, zval *options, char* charset, bool copy) /* {{{ */ in php_zval_filter() 439 …(zval *value, zend_long filter, zend_long flags, zval *options, char *charset, bool copy) /* {{{ */ in php_zval_filter_recursive() 532 const int copy, zend_long filter_flags in php_filter_call()
|
/PHP-8.1/ext/opcache/ |
H A D | zend_persist.c | 174 zend_ast_zval *copy = zend_shared_memdup(ast, sizeof(zend_ast_zval)); in zend_persist_ast() local 179 zend_ast_list *copy = zend_shared_memdup(ast, in zend_persist_ast() local 280 zend_attribute *copy = zend_shared_memdup_put_free(attr, ZEND_ATTRIBUTE_SIZE(attr->argc)); in zend_persist_attributes() local
|
H A D | ZendAccelerator.c | 3563 int copy = 0; local 3602 int copy = 0; local
|
/PHP-8.1/ext/phar/ |
H A D | phar_object.stub.php | 49 public function copy(string $from, string $to) {} // TODO make return type void function in Phar 264 public function copy(string $from, string $to) {} // TODO make return type void function in PharData
|
H A D | phar_object.c | 3387 PHP_METHOD(Phar, copy) in PHP_METHOD() argument
|
/PHP-8.1/Zend/ |
H A D | zend_constants.c | 554 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 | 565 zval copy; in zend_closure_get_debug_info() local
|
H A D | zend_language_scanner.l | 1149 char *copy = Z_STRVAL_P(zendlval); in strip_multiline_string_indentation() local
|
H A D | zend_API.h | 772 #define ZVAL_ZVAL(z, zv, copy, dtor) do { \ argument 811 #define RETVAL_ZVAL(zv, copy, dtor) ZVAL_ZVAL(return_value, zv, copy, dtor) argument 837 #define RETURN_ZVAL(zv, copy, dtor) do { RETVAL_ZVAL(zv, copy, dtor); return; } while (0) argument
|
/PHP-8.1/TSRM/ |
H A D | tsrm_win32.c | 434 HANDLE copy, self = GetCurrentProcess(); in dupHandle() local
|
/PHP-8.1/ext/spl/ |
H A D | php_spl.c | 547 zend_function *copy = emalloc(sizeof(zend_op_array)); in PHP_FUNCTION() local
|
/PHP-8.1/win32/ |
H A D | glob.c | 714 char *copy; local
|
/PHP-8.1/Zend/Optimizer/ |
H A D | block_pass.c | 33 int zend_optimizer_get_persistent_constant(zend_string *name, zval *result, int copy) in zend_optimizer_get_persistent_constant()
|
/PHP-8.1/ext/standard/ |
H A D | proc_open.c | 435 HANDLE copy, self = GetCurrentProcess(); in dup_handle() local
|
H A D | file.c | 1624 PHP_FUNCTION(copy) in PHP_FUNCTION() argument
|
H A D | array.c | 3809 bool copy = 1; local
|
H A D | basic_functions.stub.php | 1127 function copy(string $from, string $to, $context = null): bool {} function
|
/PHP-8.1/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 513 char *copy; in strndup() local
|
/PHP-8.1/ext/soap/ |
H A D | php_encoding.c | 629 xmlNodePtr copy; in to_zval_user() local
|
/PHP-8.1/ext/sodium/ |
H A D | libsodium.c | 137 zend_string *copy = zend_string_init(Z_STRVAL_P(zv), Z_STRLEN_P(zv), 0); in sodium_separate_string() local
|