Home
last modified time | relevance | path

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

/PHP-7.0/main/streams/
H A Dphp_stream_glob_wrapper.h27 #define php_glob_stream_get_path(stream, copy, plen) _php_glob_stream_get_path((stream), (copy), (p… argument
30 #define php_glob_stream_get_pattern(stream, copy, plen) _php_glob_stream_get_pattern((stream), (cop… argument
H A Dglob_wrapper.c50 PHPAPI char* _php_glob_stream_get_path(php_stream *stream, int copy, size_t *plen STREAMS_DC) /* {{… in _php_glob_stream_get_path()
72 PHPAPI char* _php_glob_stream_get_pattern(php_stream *stream, int copy, size_t *plen STREAMS_DC) /*… in _php_glob_stream_get_pattern()
/PHP-7.0/ext/filter/
H A Dfilter.c369 … *value, zend_long filter, zend_long flags, zval *options, char* charset, zend_bool copy) /* {{{ */ in php_zval_filter()
499 … *value, zend_long filter, zend_long flags, zval *options, char *charset, zend_bool copy) /* {{{ */ in php_zval_filter_recursive()
589 static void php_filter_call(zval *filtered, zend_long filter, zval *filter_args, const int copy, ze… in php_filter_call()
/PHP-7.0/ext/opcache/
H A Dzend_accelerator_util_funcs.c193 zend_ast_zval *copy = emalloc(sizeof(zend_ast_zval)); in zend_ast_clone() local
200 zend_ast_list *copy = emalloc( in zend_ast_clone() local
215 zend_ast *copy = emalloc(sizeof(zend_ast) - sizeof(zend_ast *) + sizeof(zend_ast *) * children); in zend_ast_clone() local
H A Dzend_persist.c254 zend_ast_zval *copy = zend_accel_memdup(ast, sizeof(zend_ast_zval)); in zend_persist_ast() local
259 zend_ast_list *copy = zend_accel_memdup(ast, in zend_persist_ast() local
/PHP-7.0/ext/spl/
H A Dphp_spl.c415 zend_function *copy = emalloc(sizeof(zend_op_array)); in PHP_FUNCTION() local
591 zend_function *copy = emalloc(sizeof(zend_op_array)); in PHP_FUNCTION() local
/PHP-7.0/Zend/
H A Dzend_constants.c451 zend_constant *copy = pemalloc(sizeof(zend_constant), c->flags & CONST_PERSISTENT); in zend_hash_add_constant() local
H A Dzend_API.h594 #define ZVAL_ZVAL(z, zv, copy, dtor) do { \ argument
625 #define RETVAL_ZVAL(zv, copy, dtor) ZVAL_ZVAL(return_value, zv, copy, dtor) argument
643 #define RETURN_ZVAL(zv, copy, dtor) { RETVAL_ZVAL(zv, copy, dtor); return; } argument
/PHP-7.0/ext/standard/
H A Dproc_open.c381 HANDLE copy, self = GetCurrentProcess(); in dup_handle() local
H A Dfile.c1614 PHP_FUNCTION(copy) in PHP_FUNCTION() argument
/PHP-7.0/TSRM/
H A Dtsrm_win32.c445 HANDLE copy, self = GetCurrentProcess(); in dupHandle() local
/PHP-7.0/win32/
H A Dglob.c717 char *copy; local
/PHP-7.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-7.0/ext/phar/
H A Dphar_object.c3466 PHP_METHOD(Phar, copy) in PHP_METHOD() argument
/PHP-7.0/ext/soap/
H A Dphp_encoding.c649 xmlNodePtr copy; in to_zval_user() local

Completed in 76 milliseconds