Home
last modified time | relevance | path

Searched refs:dummy (Results 126 – 143 of 143) sorted by path

123456

/PHP-7.4/ext/zlib/tests/
H A Dob_003.phpt13 dummy=42
H A Dob_004.phpt13 dummy=42
H A Dob_005.phpt13 dummy=42
H A Dob_gzhandler_legacy_002.phpt13 dummy=42
/PHP-7.4/main/
H A DSAPI.c502 char dummy[SAPI_POST_BLOCK_SIZE]; in sapi_deactivate() local
506 read_bytes = sapi_read_post_block(dummy, SAPI_POST_BLOCK_SIZE); in sapi_deactivate()
H A Dalloca.c101 auto char dummy; /* To get stack address. */ in find_stack_direction() local
105 addr = ADDRESS_FUNCTION (dummy); in find_stack_direction()
112 if (ADDRESS_FUNCTION (dummy) > addr) in find_stack_direction()
H A Dmain.c1895 void php_request_shutdown(void *dummy) in php_request_shutdown() argument
H A Dphp_main.h29 PHPAPI void php_request_shutdown(void *dummy);
/PHP-7.4/main/streams/
H A Dcast.c200 zend_off_t dummy; in _php_stream_cast() local
202 stream->ops->seek(stream, stream->position, SEEK_SET, &dummy); in _php_stream_cast()
H A Dphp_stream_plain_wrapper.h43 PHPAPI php_stream *_php_stream_fopen_tmpfile(int dummy STREAMS_DC);
H A Dplain_wrapper.c243 PHPAPI php_stream *_php_stream_fopen_tmpfile(int dummy STREAMS_DC) in _php_stream_fopen_tmpfile()
H A Dstreams.c1543 size_t dummy; in _php_stream_copy_to_stream_ex() local
1547 len = &dummy; in _php_stream_copy_to_stream_ex()
/PHP-7.4/sapi/apache2handler/
H A Dapache_config.c57 php_conf_rec *d = dummy; in real_value_hnd()
60 …phpapdebug((stderr, "Getting %s=%s for %p (%d)\n", name, value, dummy, zend_hash_num_elements(&d->… in real_value_hnd()
77 return real_value_hnd(cmd, dummy, name, value, PHP_INI_PERDIR); in php_apache_value_handler()
82 return real_value_hnd(cmd, dummy, name, value, PHP_INI_SYSTEM); in php_apache_admin_value_handler()
96 return real_value_hnd(cmd, dummy, arg1, bool_val, status); in real_flag_hnd()
101 return real_flag_hnd(cmd, dummy, name, value, PHP_INI_PERDIR); in php_apache_flag_handler()
106 return real_flag_hnd(cmd, dummy, name, value, PHP_INI_SYSTEM); in php_apache_admin_flag_handler()
188 void apply_config(void *dummy) in apply_config() argument
190 php_conf_rec *d = dummy; in apply_config()
227 void *create_php_config(apr_pool_t *p, char *dummy) in create_php_config() argument
[all …]
H A Dphp_apache.h55 void *create_php_config(apr_pool_t *p, char *dummy);
/PHP-7.4/sapi/cli/tests/
H A Dphp_cli_server_004.phpt20 User-Agent:dummy
42 string(21) "HTTP_USER_AGENT:dummy"
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_scoreboard.h21 char dummy[16]; member
50 char dummy[16]; member
/PHP-7.4/tests/lang/
H A Dbug29566.phpt7 $dummy="";
8 unset($dummy);
/PHP-7.4/win32/
H A Ddllmain.c36 BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, LPVOID dummy) in DllMain() argument
84 ret = ret && xmlDllMain(inst, reason, dummy); in DllMain()

Completed in 66 milliseconds

123456