Home
last modified time | relevance | path

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

123456

/PHP-7.3/sapi/fpm/fpm/
H A Dfpm_scoreboard.h21 char dummy[16]; member
50 char dummy[16]; member
/PHP-7.3/ext/phar/
H A Dphar_object.c141 zval dummy; in phar_file_action() local
231 ZVAL_NULL(&dummy); in phar_file_action()
232 if (zend_hash_str_add(&EG(included_files), name, name_len, &dummy) != NULL) { in phar_file_action()
1463 zval dummy; in phar_build() local
1475 php_stat(fname, fname_len, FS_IS_DIR, &dummy); in phar_build()
1477 if (Z_TYPE(dummy) == IS_TRUE) { in phar_build()
/PHP-7.3/ext/imap/
H A Dphp_imap.c2099 char dummy[2000], fulladdress[MAILTMPLEN + 1]; in PHP_FUNCTION() local
2149 snprintf(dummy, sizeof(dummy), "%4ld", cache->msgno); in PHP_FUNCTION()
2150 add_property_string(return_value, "Msgno", dummy); in PHP_FUNCTION()
2152 mail_date(dummy, cache); in PHP_FUNCTION()
2153 add_property_string(return_value, "MailDate", dummy); in PHP_FUNCTION()
2155 snprintf(dummy, sizeof(dummy), "%ld", cache->rfc822_size); in PHP_FUNCTION()
2156 add_property_string(return_value, "Size", dummy); in PHP_FUNCTION()
/PHP-7.3/Zend/
H A Dzend_hash.c874 zval dummy; in zend_hash_index_add_empty_element() local
876 ZVAL_NULL(&dummy); in zend_hash_index_add_empty_element()
877 return zend_hash_index_add(ht, h, &dummy); in zend_hash_index_add_empty_element()
882 zval dummy; in zend_hash_add_empty_element() local
884 ZVAL_NULL(&dummy); in zend_hash_add_empty_element()
885 return zend_hash_add(ht, key, &dummy); in zend_hash_add_empty_element()
890 zval dummy; in zend_hash_str_add_empty_element() local
892 ZVAL_NULL(&dummy); in zend_hash_str_add_empty_element()
893 return zend_hash_str_add(ht, str, len, &dummy); in zend_hash_str_add_empty_element()
H A Dzend_execute_API.c56 static void zend_handle_sigsegv(int dummy) /* {{{ */
79 original_sigsegv_handler(dummy);
1080 ZEND_API ZEND_NORETURN void zend_timeout(int dummy) /* {{{ */ in zend_timeout() argument
1105 static void zend_timeout_handler(int dummy) /* {{{ */ in zend_timeout_handler() argument
/PHP-7.3/main/streams/
H A Dplain_wrapper.c239 PHPAPI php_stream *_php_stream_fopen_tmpfile(int dummy STREAMS_DC) in _php_stream_fopen_tmpfile()
H A Dstreams.c1488 size_t dummy; in _php_stream_copy_to_stream_ex() local
1492 len = &dummy; in _php_stream_copy_to_stream_ex()
H A Dphp_stream_plain_wrapper.h43 PHPAPI php_stream *_php_stream_fopen_tmpfile(int dummy STREAMS_DC);
H A Dcast.c198 zend_off_t dummy; in _php_stream_cast() local
200 stream->ops->seek(stream, stream->position, SEEK_SET, &dummy); in _php_stream_cast()
/PHP-7.3/ext/exif/
H A Dexif.c1748 DWORD dummy; /* value ptr of tiff directory entry */ member
/PHP-7.3/ext/standard/
H A Dstring.c3528 zend_long dummy; local
3531 ZSTR_VAL(replace), ZSTR_LEN(replace), &dummy));
H A Darray.c5392 zval dummy; local
5483 ZVAL_NULL(&dummy);
5489 zend_hash_add(&exclude, str, &dummy);
/PHP-7.3/main/
H A Dmain.c1841 void php_request_shutdown_for_exec(void *dummy) in php_request_shutdown_for_exec() argument
1853 void php_request_shutdown(void *dummy) in php_request_shutdown() argument
H A Dphp_main.h29 PHPAPI void php_request_shutdown(void *dummy);
30 PHPAPI void php_request_shutdown_for_exec(void *dummy);
H A Dalloca.c105 auto char dummy; /* To get stack address. */ in find_stack_direction() local
109 addr = ADDRESS_FUNCTION (dummy); in find_stack_direction()
116 if (ADDRESS_FUNCTION (dummy) > addr) in find_stack_direction()
H A DSAPI.c506 char dummy[SAPI_POST_BLOCK_SIZE]; in sapi_deactivate() local
510 read_bytes = sapi_read_post_block(dummy, SAPI_POST_BLOCK_SIZE); in sapi_deactivate()
/PHP-7.3/ext/date/
H A Dphp_date.c5054 int dummy; in PHP_FUNCTION() local
5087 add_assoc_long(return_value, "sunrise", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
5089 add_assoc_long(return_value, "sunset", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
5092 add_assoc_long(return_value, "transit", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
5107 add_assoc_long(return_value, "civil_twilight_begin", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
5109 add_assoc_long(return_value, "civil_twilight_end", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
5125 add_assoc_long(return_value, "nautical_twilight_begin", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
5127 add_assoc_long(return_value, "nautical_twilight_end", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
5143 add_assoc_long(return_value, "astronomical_twilight_begin", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
5145 add_assoc_long(return_value, "astronomical_twilight_end", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
/PHP-7.3/ext/dom/tests/
H A Dbug69846.phpt10 $xml = '<?xml version="1.0" encoding="UTF-8"?><dummy xmlns:xfa="http://www.xfa.org/schema/xfa-data/…
16 </xfa:data></dummy>';
/PHP-7.3/ext/xsl/tests/
H A Dbug70078.phpt9 // create big dummy document:
/PHP-7.3/ext/reflection/
H A Dphp_reflection.c138 zval dummy; /* holder for the second property */ member
/PHP-7.3/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()
/PHP-7.3/tests/lang/
H A Dbug29566.phpt7 $dummy="";
8 unset($dummy);
/PHP-7.3/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.3/
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

Completed in 204 milliseconds

123456