/PHP-8.0/ext/filter/ |
H A D | filter.c | 311 … *value, zend_long filter, zend_long flags, zval *options, char* charset, zend_bool copy) /* {{{ */ in php_zval_filter() 436 … *value, zend_long filter, zend_long flags, zval *options, char *charset, zend_bool copy) /* {{{ */ in php_zval_filter_recursive() 529 const int copy, zend_long filter_flags in php_filter_call()
|
/PHP-8.0/ext/opcache/ |
H A D | zend_persist.c | 164 zend_ast_zval *copy = zend_shared_memdup(ast, sizeof(zend_ast_zval)); in zend_persist_ast() local 169 zend_ast_list *copy = zend_shared_memdup(ast, in zend_persist_ast() local 265 zend_attribute *copy = zend_shared_memdup_put_free(attr, ZEND_ATTRIBUTE_SIZE(attr->argc)); in zend_persist_attributes() local
|
H A D | ZendAccelerator.c | 3338 int copy = 0; local 3377 int copy = 0; local
|
/PHP-8.0/ext/phar/ |
H A D | phar_object.stub.php | 49 public function copy(string $from, string $to) {} function in Phar 261 public function copy(string $from, string $to) {} function in PharData
|
H A D | phar_object.c | 3400 PHP_METHOD(Phar, copy) in PHP_METHOD() argument
|
/PHP-8.0/Zend/ |
H A D | zend_constants.c | 470 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 | 563 zval copy; in zend_closure_get_debug_info() local
|
H A D | zend_language_scanner.l | 1171 char *copy = Z_STRVAL_P(zendlval); in strip_multiline_string_indentation() local
|
H A D | zend_API.h | 692 #define ZVAL_ZVAL(z, zv, copy, dtor) do { \ argument 730 #define RETVAL_ZVAL(zv, copy, dtor) ZVAL_ZVAL(return_value, zv, copy, dtor) argument 755 #define RETURN_ZVAL(zv, copy, dtor) do { RETVAL_ZVAL(zv, copy, dtor); return; } while (0) argument
|
/PHP-8.0/TSRM/ |
H A D | tsrm_win32.c | 433 HANDLE copy, self = GetCurrentProcess(); in dupHandle() local
|
/PHP-8.0/ext/spl/ |
H A D | php_spl.c | 537 zend_function *copy = emalloc(sizeof(zend_op_array)); in PHP_FUNCTION() local
|
/PHP-8.0/win32/ |
H A D | glob.c | 714 char *copy; local
|
/PHP-8.0/ext/opcache/Optimizer/ |
H A D | block_pass.c | 34 int zend_optimizer_get_persistent_constant(zend_string *name, zval *result, int copy) in zend_optimizer_get_persistent_constant()
|
/PHP-8.0/ext/standard/ |
H A D | proc_open.c | 435 HANDLE copy, self = GetCurrentProcess(); in dup_handle() local
|
H A D | file.c | 1582 PHP_FUNCTION(copy) in PHP_FUNCTION() argument
|
H A D | array.c | 3836 zend_bool copy = 1; local
|
H A D | basic_functions.stub.php | 836 function copy(string $from, string $to, $context = null): bool {} function
|
/PHP-8.0/ext/soap/ |
H A D | php_encoding.c | 633 xmlNodePtr copy; in to_zval_user() local
|
/PHP-8.0/ext/sodium/ |
H A D | libsodium.c | 124 zend_string *copy = zend_string_init(Z_STRVAL_P(zv), Z_STRLEN_P(zv), 0); in sodium_separate_string() local
|