/PHP-7.1/main/streams/ |
H A D | php_stream_glob_wrapper.h | 27 #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 D | glob_wrapper.c | 50 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.1/ext/filter/ |
H A D | filter.c | 371 … *value, zend_long filter, zend_long flags, zval *options, char* charset, zend_bool copy) /* {{{ */ in php_zval_filter() 501 … *value, zend_long filter, zend_long flags, zval *options, char *charset, zend_bool copy) /* {{{ */ in php_zval_filter_recursive() 591 static void php_filter_call(zval *filtered, zend_long filter, zval *filter_args, const int copy, ze… in php_filter_call()
|
/PHP-7.1/Zend/ |
H A D | zend_variables.c | 177 zend_ast *copy = zend_ast_copy(Z_ASTVAL_P(zvalue)); in _zval_copy_ctor_func() local
|
H A D | zend_constants.c | 473 zend_constant *copy = pemalloc(sizeof(zend_constant), c->flags & CONST_PERSISTENT); in zend_hash_add_constant() local
|
H A D | zend_API.h | 605 #define ZVAL_ZVAL(z, zv, copy, dtor) do { \ argument 636 #define RETVAL_ZVAL(zv, copy, dtor) ZVAL_ZVAL(return_value, zv, copy, dtor) argument 654 #define RETURN_ZVAL(zv, copy, dtor) { RETVAL_ZVAL(zv, copy, dtor); return; } argument
|
/PHP-7.1/ext/opcache/ |
H A D | zend_persist.c | 273 zend_ast_zval *copy = zend_accel_memdup(ast, sizeof(zend_ast_zval)); in zend_persist_ast() local 278 zend_ast_list *copy = zend_accel_memdup(ast, in zend_persist_ast() local
|
/PHP-7.1/ext/spl/ |
H A D | php_spl.c | 414 zend_function *copy = emalloc(sizeof(zend_op_array)); in PHP_FUNCTION() local 590 zend_function *copy = emalloc(sizeof(zend_op_array)); in PHP_FUNCTION() local
|
/PHP-7.1/TSRM/ |
H A D | tsrm_win32.c | 461 HANDLE copy, self = GetCurrentProcess(); in dupHandle() local
|
/PHP-7.1/ext/standard/ |
H A D | proc_open.c | 381 HANDLE copy, self = GetCurrentProcess(); in dup_handle() local
|
H A D | file.c | 1614 PHP_FUNCTION(copy) in PHP_FUNCTION() argument
|
/PHP-7.1/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-7.1/win32/ |
H A D | glob.c | 717 char *copy; local
|
/PHP-7.1/ext/soap/ |
H A D | php_encoding.c | 649 xmlNodePtr copy; in to_zval_user() local
|
/PHP-7.1/ext/phar/ |
H A D | phar_object.c | 3441 PHP_METHOD(Phar, copy) in PHP_METHOD() argument
|