/PHP-7.3/main/streams/ |
H A D | php_stream_glob_wrapper.h | 25 #define php_glob_stream_get_path(stream, copy, plen) _php_glob_stream_get_path((stream), (copy), (p… argument 28 #define php_glob_stream_get_pattern(stream, copy, plen) _php_glob_stream_get_pattern((stream), (cop… argument
|
H A D | glob_wrapper.c | 48 PHPAPI char* _php_glob_stream_get_path(php_stream *stream, int copy, size_t *plen STREAMS_DC) /* {{… in _php_glob_stream_get_path() 70 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.3/ext/filter/ |
H A D | filter.c | 376 … *value, zend_long filter, zend_long flags, zval *options, char* charset, zend_bool copy) /* {{{ */ in php_zval_filter() 502 … *value, zend_long filter, zend_long flags, zval *options, char *charset, zend_bool copy) /* {{{ */ in php_zval_filter_recursive() 592 static void php_filter_call(zval *filtered, zend_long filter, zval *filter_args, const int copy, ze… in php_filter_call()
|
/PHP-7.3/ext/opcache/ |
H A D | zend_persist.c | 277 zend_ast_zval *copy = zend_accel_memdup(ast, sizeof(zend_ast_zval)); in zend_persist_ast() local 282 zend_ast_list *copy = zend_accel_memdup(ast, in zend_persist_ast() local
|
/PHP-7.3/Zend/ |
H A D | zend_language_scanner.c | 1132 char *copy = Z_STRVAL_P(zendlval); in strip_multiline_string_indentation() local 7334 zend_string *copy = Z_STR_P(zendlval); in lex_scan() local
|
H A D | zend_constants.c | 479 zend_constant *copy = pemalloc(sizeof(zend_constant), ZEND_CONSTANT_FLAGS(c) & CONST_PERSISTENT); in zend_hash_add_constant() local
|
H A D | zend_language_scanner.l | 1129 char *copy = Z_STRVAL_P(zendlval); in strip_multiline_string_indentation() local
|
H A D | zend_API.h | 600 #define ZVAL_ZVAL(z, zv, copy, dtor) do { \ argument 631 #define RETVAL_ZVAL(zv, copy, dtor) ZVAL_ZVAL(return_value, zv, copy, dtor) argument 649 #define RETURN_ZVAL(zv, copy, dtor) { RETVAL_ZVAL(zv, copy, dtor); return; } argument
|
/PHP-7.3/ext/standard/ |
H A D | proc_open.c | 374 HANDLE copy, self = GetCurrentProcess(); in dup_handle() local
|
H A D | file.c | 1658 PHP_FUNCTION(copy) in PHP_FUNCTION() argument
|
/PHP-7.3/TSRM/ |
H A D | tsrm_win32.c | 435 HANDLE copy, self = GetCurrentProcess(); in dupHandle() local
|
/PHP-7.3/ext/spl/ |
H A D | php_spl.c | 635 zend_function *copy = emalloc(sizeof(zend_op_array)); in PHP_FUNCTION() local
|
/PHP-7.3/win32/ |
H A D | glob.c | 714 char *copy; local
|
/PHP-7.3/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.3/ext/soap/ |
H A D | php_encoding.c | 635 xmlNodePtr copy; in to_zval_user() local
|
/PHP-7.3/ext/sodium/ |
H A D | libsodium.c | 408 zend_string *copy = zend_string_init(Z_STRVAL_P(zv), Z_STRLEN_P(zv), 0); in sodium_separate_string() local
|
/PHP-7.3/ext/phar/ |
H A D | phar_object.c | 3440 PHP_METHOD(Phar, copy) in PHP_METHOD() argument
|