Home
last modified time | relevance | path

Searched refs:dummy (Results 1 – 25 of 140) sorted by last modified time

123456

/PHP-5.5/win32/
H A Dinstall.txt719 * In the Netscape Enterprise Administration Server create a dummy
/PHP-5.5/tests/lang/
H A Dbug29566.phpt7 $dummy="";
8 unset($dummy);
/PHP-5.5/sapi/thttpd/
H A Dthttpd.c600 static void *worker_thread(void *dummy) argument
/PHP-5.5/sapi/isapi/stresstest/
H A Dstresstest.cpp919 char *var, dummy; in GetEnv() local
925 dwLen =GetEnvironmentVariable(lpszEnvVar, &dummy, 1); in GetEnv()
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_scoreboard.h23 char dummy[16]; member
52 char dummy[16]; member
/PHP-5.5/sapi/cli/tests/
H A Dphp_cli_server_004.phpt25 User-Agent:dummy
46 string(21) "HTTP_USER_AGENT:dummy"
/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.c450 static void php_apache_request_shutdown(void *dummy) in php_apache_request_shutdown() argument
457 php_request_shutdown(dummy); in php_apache_request_shutdown()
836 static void *php_create_server(pool *p, char *dummy) in php_create_server() argument
852 static void *php_create_dir(pool *p, char *dummy) in php_create_dir() argument
991 static CONST_PREFIX char *php_set_uri_handler(cmd_parms *cmd, void *dummy, char *arg1) in php_set_uri_handler() argument
998 static CONST_PREFIX char *php_set_uri_handler_code(cmd_parms *cmd, void *dummy, char *arg1) in php_set_uri_handler_code() argument
1097 static CONST_PREFIX char *php_set_require(cmd_parms *cmd, void *dummy, char *arg1) in php_set_require() argument
/PHP-5.5/sapi/apache/
H A Dmod_php5.c326 static void php_apache_request_shutdown(void *dummy) in php_apache_request_shutdown() argument
333 php_request_shutdown(dummy); in php_apache_request_shutdown()
766 static void *php_create_dir(pool *p, char *dummy) in php_create_dir() argument
/PHP-5.5/sapi/apache2filter/
H A Dapache_config.c59 php_conf_rec *d = dummy; in real_value_hnd()
62 …phpapdebug((stderr, "Getting %s=%s for %p (%d)\n", name, value, dummy, zend_hash_num_elements(&d->… in real_value_hnd()
79 return real_value_hnd(cmd, dummy, name, value, PHP_INI_PERDIR); in php_apache_value_handler()
84 return real_value_hnd(cmd, dummy, name, value, PHP_INI_SYSTEM); in php_apache_admin_value_handler()
98 return real_value_hnd(cmd, dummy, arg1, bool_val, status); in real_flag_hnd()
103 return real_flag_hnd(cmd, dummy, name, value, PHP_INI_PERDIR); in php_apache_flag_handler()
108 return real_flag_hnd(cmd, dummy, name, value, PHP_INI_SYSTEM); in php_apache_admin_flag_handler()
162 void apply_config(void *dummy) in apply_config() argument
164 php_conf_rec *d = dummy; in apply_config()
201 void *create_php_config(apr_pool_t *p, char *dummy) in create_php_config() argument
[all …]
H A Dphp_apache.h56 void *create_php_config(apr_pool_t *p, char *dummy);
/PHP-5.5/sapi/apache2handler/
H A Dapache_config.c59 php_conf_rec *d = dummy; in real_value_hnd()
62 …phpapdebug((stderr, "Getting %s=%s for %p (%d)\n", name, value, dummy, zend_hash_num_elements(&d->… in real_value_hnd()
79 return real_value_hnd(cmd, dummy, name, value, PHP_INI_PERDIR); in php_apache_value_handler()
84 return real_value_hnd(cmd, dummy, name, value, PHP_INI_SYSTEM); in php_apache_admin_value_handler()
98 return real_value_hnd(cmd, dummy, arg1, bool_val, status); in real_flag_hnd()
103 return real_flag_hnd(cmd, dummy, name, value, PHP_INI_PERDIR); in php_apache_flag_handler()
108 return real_flag_hnd(cmd, dummy, name, value, PHP_INI_SYSTEM); in php_apache_admin_flag_handler()
184 void apply_config(void *dummy) in apply_config() argument
186 php_conf_rec *d = dummy; in apply_config()
224 void *create_php_config(apr_pool_t *p, char *dummy) in create_php_config() argument
[all …]
H A Dphp_apache.h52 void *create_php_config(apr_pool_t *p, char *dummy);
/PHP-5.5/main/streams/
H A Dstreams.c1502 size_t dummy; in _php_stream_copy_to_stream_ex() local
1506 len = &dummy; in _php_stream_copy_to_stream_ex()
H A Dcast.c209 off_t dummy; in _php_stream_cast() local
211 stream->ops->seek(stream, stream->position, SEEK_SET, &dummy TSRMLS_CC); in _php_stream_cast()
H A Dphp_stream_plain_wrapper.h45 PHPAPI php_stream *_php_stream_fopen_tmpfile(int dummy STREAMS_DC TSRMLS_DC);
H A Dplain_wrapper.c205 PHPAPI php_stream *_php_stream_fopen_tmpfile(int dummy STREAMS_DC TSRMLS_DC) in _php_stream_fopen_tmpfile()
/PHP-5.5/main/
H A Dphp_main.h31 PHPAPI void php_request_shutdown(void *dummy);
32 PHPAPI void php_request_shutdown_for_exec(void *dummy);
38 PHPAPI void php_request_shutdown_for_hook(void *dummy);
H A Drfc1867.c148 int dummy = 1; in add_protected_variable() local
151 …zend_hash_add(&PG(rfc1867_protected_variables), varname, strlen(varname)+1, &dummy, sizeof(int), N… in add_protected_variable()
H A Dmain.c1665 void php_request_shutdown_for_exec(void *dummy) in php_request_shutdown_for_exec() argument
1678 void php_request_shutdown_for_hook(void *dummy) in php_request_shutdown_for_hook() argument
1732 void php_request_shutdown(void *dummy) in php_request_shutdown() argument
2476 int dummy = 1; in php_execute_script() local
2480 zend_hash_add(&EG(included_files), realfile, realfile_len+1, (void *)&dummy, sizeof(int), NULL); in php_execute_script()
H A DSAPI.c509 char dummy[SAPI_POST_BLOCK_SIZE]; in sapi_deactivate() local
512 while((read_bytes = sapi_module.read_post(dummy, sizeof(dummy)-1 TSRMLS_CC)) > 0) { in sapi_deactivate()
H A Dalloca.c107 auto char dummy; /* To get stack address. */ in find_stack_direction() local
111 addr = ADDRESS_FUNCTION (dummy); in find_stack_direction()
118 if (ADDRESS_FUNCTION (dummy) > addr) in find_stack_direction()
/PHP-5.5/
H A Dltmain.sh2283 set dummy $deplibs_check_method
2648 set dummy $library_names
3231 set dummy $vinfo 0 0 0
5927 set dummy $files
6034 set dummy $library_names
/PHP-5.5/ext/zlib/tests/
H A Dob_003.phpt13 dummy=42
H A Dob_004.phpt13 dummy=42
H A Dob_005.phpt13 dummy=42

Completed in 102 milliseconds

123456