Home
last modified time | relevance | path

Searched refs:dummy (Results 76 – 100 of 128) sorted by relevance

123456

/PHP-5.4/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.4/ext/xml/tests/
H A Dbug26614.phpt71 // dummy
H A Dbug26614_libxml.phpt71 // dummy
/PHP-5.4/ext/mbstring/tests/
H A Dmb_get_info.phpt18 mb_parse_str("abc=def", $dummy);
/PHP-5.4/ext/ereg/regex/
H A Dregexec.c30 #define STATEVARS int dummy /* dummy version */
/PHP-5.4/ext/date/lib/
H A Dparse_tz.c398 timelib_sll dummy; in timelib_timestamp_is_in_dst() local
400 if ((to = fetch_timezone_offset(tz, ts, &dummy))) { in timelib_timestamp_is_in_dst()
/PHP-5.4/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.4/ext/spl/
H A Dphp_spl.c257 int dummy = 1; in spl_autoload() local
282 …es), file_handle.opened_path, strlen(file_handle.opened_path)+1, (void *)&dummy, sizeof(int), NULL… in spl_autoload()
419 ulong dummy; in PHP_FUNCTION() local
434 …zend_hash_get_current_key_ex(SPL_G(autoload_functions), &func_name, &func_name_len, &dummy, 0, &fu… in PHP_FUNCTION()
/PHP-5.4/ext/hash/
H A Dhash.c607 unsigned char *dummy = emalloc(hash->ops->digest_size); in php_hash_dtor() local
608 hash->ops->hash_final(dummy, hash->context); in php_hash_dtor()
609 efree(dummy); in php_hash_dtor()
/PHP-5.4/ext/com_dotnet/
H A Dcom_handlers.c267 DISPID dummy; in com_method_get() local
276 if (FAILED(php_com_get_id_of_name(obj, name, len, &dummy TSRMLS_CC))) { in com_method_get()
/PHP-5.4/main/
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 Dmain.c1661 void php_request_shutdown_for_exec(void *dummy) in php_request_shutdown_for_exec() argument
1674 void php_request_shutdown_for_hook(void *dummy) in php_request_shutdown_for_hook() argument
1728 void php_request_shutdown(void *dummy) in php_request_shutdown() argument
2468 int dummy = 1; in php_execute_script() local
2472 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.4/ext/iconv/
H A Diconv.c1163 int dummy; in _php_iconv_mime_encode() local
1245 encoded = (char *) php_base64_encode((unsigned char *) buf, (int)(out_size - out_left), &dummy); in _php_iconv_mime_encode()
1246 encoded_len = (size_t)dummy; in _php_iconv_mime_encode()
1726 int dummy; in _php_iconv_mime_decode() local
1730 …oded_text = (char *)php_base64_decode((unsigned char*)encoded_text, (int)encoded_text_len, &dummy); in _php_iconv_mime_decode()
1731 decoded_text_len = (size_t)dummy; in _php_iconv_mime_decode()
/PHP-5.4/Zend/
H A Dzend_execute_API.c59 static void zend_handle_sigsegv(int dummy) /* {{{ */
83 original_sigsegv_handler(dummy);
1042 char dummy = 1; in zend_lookup_class_ex() local
1097 …if (zend_hash_quick_add(EG(in_autoload), lc_name, lc_length, hash, (void**)&dummy, sizeof(char), N… in zend_lookup_class_ex()
1340 ZEND_API void zend_timeout(int dummy) /* {{{ */ in zend_timeout() argument
H A Dzend_execute.h388 ZEND_API void zend_timeout(int dummy);
H A Dzend.c1323 int dummy = 1; in zend_execute_scripts() local
1324 … file_handle->opened_path, strlen(file_handle->opened_path) + 1, (void *)&dummy, sizeof(int), NULL… in zend_execute_scripts()
/PHP-5.4/ext/phar/
H A Ddirstream.c154 void *dummy = (char *) 1; in phar_add_empty() local
156 return zend_hash_update(ht, arKey, nKeyLength, (void *) &dummy, sizeof(void *), NULL); in phar_add_empty()
/PHP-5.4/sapi/isapi/stresstest/
H A Dstresstest.cpp919 char *var, dummy; in GetEnv() local
925 dwLen =GetEnvironmentVariable(lpszEnvVar, &dummy, 1); in GetEnv()
/PHP-5.4/ext/fileinfo/libmagic/
H A Dfile.h253 uint8_t dummy; member
/PHP-5.4/ext/standard/
H A Dstring.c2446 zval dummy; local
2451 dummy = **tmp_str;
2452 orig_str = &dummy;
2465 zval dummy = **tmp_from; local
2466 zval_copy_ctor(&dummy);
2467 convert_to_long(&dummy);
2468 f = Z_LVAL(dummy);
2500 zval dummy = **tmp_len; local
2501 zval_copy_ctor(&dummy);
2502 convert_to_long(&dummy);
[all …]
/PHP-5.4/ext/date/
H A Dphp_date.c4221 int dummy; in PHP_FUNCTION() local
4251 add_assoc_long(return_value, "sunrise", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
4253 add_assoc_long(return_value, "sunset", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
4256 add_assoc_long(return_value, "transit", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
4271 add_assoc_long(return_value, "civil_twilight_begin", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
4273 add_assoc_long(return_value, "civil_twilight_end", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
4289 add_assoc_long(return_value, "nautical_twilight_begin", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
4291 add_assoc_long(return_value, "nautical_twilight_end", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
4307 add_assoc_long(return_value, "astronomical_twilight_begin", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
4309 add_assoc_long(return_value, "astronomical_twilight_end", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
/PHP-5.4/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.4/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()

Completed in 175 milliseconds

123456