Home
last modified time | relevance | path

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

/PHP-8.0/ext/filter/
H A Dfilter.c311 … *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 Dzend_persist.c164 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 DZendAccelerator.c3338 int copy = 0; local
3377 int copy = 0; local
/PHP-8.0/ext/phar/
H A Dphar_object.stub.php49 public function copy(string $from, string $to) {} function in Phar
261 public function copy(string $from, string $to) {} function in PharData
H A Dphar_object.c3400 PHP_METHOD(Phar, copy) in PHP_METHOD() argument
/PHP-8.0/Zend/
H A Dzend_constants.c470 zend_constant *copy = pemalloc(sizeof(zend_constant), ZEND_CONSTANT_FLAGS(c) & CONST_PERSISTENT); in zend_hash_add_constant() local
H A Dzend_closures.c563 zval copy; in zend_closure_get_debug_info() local
H A Dzend_language_scanner.l1171 char *copy = Z_STRVAL_P(zendlval); in strip_multiline_string_indentation() local
H A Dzend_API.h692 #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 Dtsrm_win32.c433 HANDLE copy, self = GetCurrentProcess(); in dupHandle() local
/PHP-8.0/ext/spl/
H A Dphp_spl.c537 zend_function *copy = emalloc(sizeof(zend_op_array)); in PHP_FUNCTION() local
/PHP-8.0/win32/
H A Dglob.c714 char *copy; local
/PHP-8.0/ext/opcache/Optimizer/
H A Dblock_pass.c34 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 Dproc_open.c435 HANDLE copy, self = GetCurrentProcess(); in dup_handle() local
H A Dfile.c1582 PHP_FUNCTION(copy) in PHP_FUNCTION() argument
H A Darray.c3836 zend_bool copy = 1; local
H A Dbasic_functions.stub.php836 function copy(string $from, string $to, $context = null): bool {} function
/PHP-8.0/ext/soap/
H A Dphp_encoding.c633 xmlNodePtr copy; in to_zval_user() local
/PHP-8.0/ext/sodium/
H A Dlibsodium.c124 zend_string *copy = zend_string_init(Z_STRVAL_P(zv), Z_STRLEN_P(zv), 0); in sodium_separate_string() local

Completed in 129 milliseconds