Home
last modified time | relevance | path

Searched refs:dummy (Results 101 – 125 of 140) sorted by relevance

123456

/PHP-5.5/ext/fileinfo/libmagic/
H A Dfile.h253 uint8_t dummy; member
/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/ext/standard/
H A Dstring.c2460 zval dummy; local
2465 dummy = **tmp_str;
2466 orig_str = &dummy;
2479 zval dummy = **tmp_from; local
2480 zval_copy_ctor(&dummy);
2481 convert_to_long(&dummy);
2482 f = Z_LVAL(dummy);
2514 zval dummy = **tmp_len; local
2515 zval_copy_ctor(&dummy);
2516 convert_to_long(&dummy);
[all …]
/PHP-5.5/main/
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 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()
/PHP-5.5/Zend/
H A Dzend_execute.h350 ZEND_API void zend_timeout(int dummy);
H A Dzend.c1321 int dummy = 1; in zend_execute_scripts() local
1322 … file_handle->opened_path, strlen(file_handle->opened_path) + 1, (void *)&dummy, sizeof(int), NULL… in zend_execute_scripts()
H A Dzend_compile.c3982 void *dummy; in zend_traits_copy_functions() local
6021 znode dummy; in zend_do_fetch_static_variable() local
6024 zend_do_assign(&dummy, &lval, &result TSRMLS_CC); in zend_do_fetch_static_variable()
6025 zend_do_free(&dummy TSRMLS_CC); in zend_do_fetch_static_variable()
6313 znode dummy, value_node; in zend_do_foreach_cont() local
6369 zend_do_list_end(&dummy, &value_node TSRMLS_CC); in zend_do_foreach_cont()
6370 zend_do_free(&dummy TSRMLS_CC); in zend_do_foreach_cont()
6377 zend_do_assign(&dummy, value, &value_node TSRMLS_CC); in zend_do_foreach_cont()
6378 zend_do_free(&dummy TSRMLS_CC); in zend_do_foreach_cont()
6390 zend_do_assign(&dummy, key, &key_node TSRMLS_CC); in zend_do_foreach_cont()
[all …]
H A Dzend.h309 zend_bool dummy; /* sizeof(zend_guard) must not be equal to sizeof(void*) */ member
H A Dzend_hash.c361 void *dummy = (void *) 1; in zend_hash_add_empty_element() local
363 return zend_hash_add(ht, arKey, nKeyLength, &dummy, sizeof(void *), NULL); in zend_hash_add_empty_element()
H A Dzend_language_scanner.l633 int dummy = 1; in compile_filename() local
639 …es), file_handle.opened_path, strlen(file_handle.opened_path)+1, (void *)&dummy, sizeof(int), NULL… in compile_filename()
/PHP-5.5/ext/date/
H A Dphp_date.c4715 int dummy; in PHP_FUNCTION() local
4745 add_assoc_long(return_value, "sunrise", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
4747 add_assoc_long(return_value, "sunset", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
4750 add_assoc_long(return_value, "transit", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
4765 add_assoc_long(return_value, "civil_twilight_begin", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
4767 add_assoc_long(return_value, "civil_twilight_end", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
4783 add_assoc_long(return_value, "nautical_twilight_begin", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
4785 add_assoc_long(return_value, "nautical_twilight_end", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
4801 add_assoc_long(return_value, "astronomical_twilight_begin", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
4803 add_assoc_long(return_value, "astronomical_twilight_end", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
/PHP-5.5/ext/standard/tests/strings/
H A Dstrcmp.phpt65 $filename1 = "dummy.txt";
82 fclose($file1); // closing the file "dummy.txt"
85 unlink("$filename1"); // deletes "dummy.txt"
H A Dstrcasecmp.phpt65 $filename1 = "dummy.txt";
82 fclose($file1); // closing the file "dummy.txt"
85 unlink("$filename1"); // deletes "dummy.txt"
/PHP-5.5/ext/imap/
H A Dphp_imap.c2046 char dummy[2000], fulladdress[MAILTMPLEN + 1]; in PHP_FUNCTION() local
2094 snprintf(dummy, sizeof(dummy), "%4ld", cache->msgno); in PHP_FUNCTION()
2095 add_property_string(return_value, "Msgno", dummy, 1); in PHP_FUNCTION()
2097 mail_date(dummy, cache); in PHP_FUNCTION()
2098 add_property_string(return_value, "MailDate", dummy, 1); in PHP_FUNCTION()
2100 snprintf(dummy, sizeof(dummy), "%ld", cache->rfc822_size); in PHP_FUNCTION()
2101 add_property_string(return_value, "Size", dummy, 1); in PHP_FUNCTION()
/PHP-5.5/sapi/thttpd/
H A Dthttpd.c600 static void *worker_thread(void *dummy) argument
/PHP-5.5/ext/pcre/
H A Dphp_pcre.c1631 int dummy; in php_pcre_split_impl() local
1633 if ((re_bump = pcre_get_compiled_regex("/./us", &extra_bump, &dummy TSRMLS_CC)) == NULL) { in php_pcre_split_impl()
/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/mysqli/tests/
H A Dmysqli_report.phpt234 // All we can do is make a few dummy calls to ensure that all codes gets executed which
/PHP-5.5/ext/ftp/tests/
H A Dserver.inc115 fputs($s, "666 dummy\r\n");
/PHP-5.5/ext/phar/
H A Dphar_object.c172 int dummy = 1, name_len; in phar_file_action() local
261 …if (zend_hash_add(&EG(included_files), name, name_len+1, (void *)&dummy, sizeof(int), NULL) == SUC… in phar_file_action()
1486 zval dummy; in phar_build() local
1498 php_stat(fname, fname_len, FS_IS_DIR, &dummy TSRMLS_CC); in phar_build()
1500 if (Z_BVAL(dummy)) { in phar_build()
/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()
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_study.c826 volatile int dummy; in set_start_bits()
/PHP-5.5/ext/mbstring/
H A Dmbstring.c3951 char *dummy; in _php_mbstr_parse_mail_headers() local
3958 …nd_hash_update(ht, (char *)fld_name.c, fld_name.len, &fld_val, sizeof(smart_str), (void **)&dummy); in _php_mbstr_parse_mail_headers()
4003 void *dummy; in _php_mbstr_parse_mail_headers() local
4010 …nd_hash_update(ht, (char *)fld_name.c, fld_name.len, &fld_val, sizeof(smart_str), (void **)&dummy); in _php_mbstr_parse_mail_headers()
/PHP-5.5/build/
H A Dshtool776 echo dummy | awk '{ printf("%s", TEXT); }' TEXT="$text"

Completed in 198 milliseconds

123456