Home
last modified time | relevance | path

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

123456

/PHP-7.3/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp51 size_t dummy; in _breakiter_factory() local
57 &locale_str, &dummy) == FAILURE) { in _breakiter_factory()
/PHP-7.3/main/streams/
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/xml/tests/
H A Dbug26614.phpt71 // dummy
H A Dbug26614_libxml.phpt71 // dummy
/PHP-7.3/ext/mbstring/tests/
H A Dmb_get_info.phpt18 mb_parse_str("abc=def", $dummy);
/PHP-7.3/ext/mysqli/tests/
H A Dbug68077.phpt54 ini_set("open_basedir", __DIR__ . "/dummy");
H A Dmysqli_report.phpt231 // All we can do is make a few dummy calls to ensure that all codes gets executed which
/PHP-7.3/ext/phar/
H A Ddirstream.c145 zval dummy; in phar_add_empty() local
147 ZVAL_NULL(&dummy); in phar_add_empty()
148 zend_hash_str_update(ht, arKey, nKeyLength, &dummy); in phar_add_empty()
/PHP-7.3/ext/standard/tests/file/windows_mb_path/
H A Dutil.inc141 create_verify_file($prefix, $item, "dummy content", $cp);
/PHP-7.3/ext/xsl/tests/
H A Dbug70078.phpt9 // create big dummy document:
/PHP-7.3/ext/com_dotnet/
H A Dcom_handlers.c265 DISPID dummy; in com_method_get() local
272 if (FAILED(php_com_get_id_of_name(obj, name->val, name->len, &dummy))) { in com_method_get()
/PHP-7.3/ext/intl/timezone/
H A Dtimezone_methods.cpp530 size_t dummy = 0; in PHP_FUNCTION() local
535 &locale_str, &dummy) == FAILURE) { 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
H A Dzend_execute.h305 ZEND_API ZEND_NORETURN void zend_timeout(int dummy);
/PHP-7.3/ext/spl/
H A Dphp_spl.c250 zval dummy; in spl_autoload() local
277 ZVAL_NULL(&dummy); in spl_autoload()
278 if (zend_hash_add(&EG(included_files), opened_path, &dummy)) { in spl_autoload()
/PHP-7.3/ext/date/lib/
H A Dparse_tz.c654 timelib_sll dummy; in timelib_timestamp_is_in_dst() local
656 if ((to = fetch_timezone_offset(tz, ts, &dummy))) { in timelib_timestamp_is_in_dst()
/PHP-7.3/ext/fileinfo/libmagic/
H A Dfile.h267 uint8_t dummy; member
/PHP-7.3/ext/hash/
H A Dhash.c1126 unsigned char *dummy = emalloc(hash->ops->digest_size); in php_hashcontext_dtor() local
1127 hash->ops->hash_final(dummy, hash->context); in php_hashcontext_dtor()
1128 efree(dummy); in php_hashcontext_dtor()
/PHP-7.3/main/
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/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-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/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/intl/calendar/
H A Dcalendar_methods.cpp59 size_t dummy; in PHP_FUNCTION() local
65 &zv_timezone, &locale_str, &dummy) == FAILURE) { in PHP_FUNCTION()

Completed in 93 milliseconds

123456