Home
last modified time | relevance | path

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

/PHP-8.1/ext/filter/
H A Dfilter.c314 …(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 Dzend_persist.c174 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 DZendAccelerator.c3563 int copy = 0; local
3602 int copy = 0; local
/PHP-8.1/ext/phar/
H A Dphar_object.stub.php49 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 Dphar_object.c3387 PHP_METHOD(Phar, copy) in PHP_METHOD() argument
/PHP-8.1/Zend/
H A Dzend_constants.c554 zend_constant *copy = pemalloc(sizeof(zend_constant), ZEND_CONSTANT_FLAGS(c) & CONST_PERSISTENT); in zend_hash_add_constant() local
H A Dzend_closures.c565 zval copy; in zend_closure_get_debug_info() local
H A Dzend_language_scanner.l1149 char *copy = Z_STRVAL_P(zendlval); in strip_multiline_string_indentation() local
H A Dzend_API.h772 #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 Dtsrm_win32.c434 HANDLE copy, self = GetCurrentProcess(); in dupHandle() local
/PHP-8.1/ext/spl/
H A Dphp_spl.c547 zend_function *copy = emalloc(sizeof(zend_op_array)); in PHP_FUNCTION() local
/PHP-8.1/win32/
H A Dglob.c714 char *copy; local
/PHP-8.1/Zend/Optimizer/
H A Dblock_pass.c33 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 Dproc_open.c435 HANDLE copy, self = GetCurrentProcess(); in dup_handle() local
H A Dfile.c1624 PHP_FUNCTION(copy) in PHP_FUNCTION() argument
H A Darray.c3809 bool copy = 1; local
H A Dbasic_functions.stub.php1127 function copy(string $from, string $to, $context = null): bool {} function
/PHP-8.1/ext/fileinfo/libmagic/
H A Dsoftmagic.c513 char *copy; in strndup() local
/PHP-8.1/ext/soap/
H A Dphp_encoding.c629 xmlNodePtr copy; in to_zval_user() local
/PHP-8.1/ext/sodium/
H A Dlibsodium.c137 zend_string *copy = zend_string_init(Z_STRVAL_P(zv), Z_STRLEN_P(zv), 0); in sodium_separate_string() local

Completed in 137 milliseconds