Home
last modified time | relevance | path

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

123456

/PHP-8.0/ext/opcache/tests/jit/
H A Dassign_dim_002.phpt31 $array = array(PHP_INT_MAX => "dummy");
/PHP-8.0/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp50 size_t dummy; in _breakiter_factory() local
56 &locale_str, &dummy) == FAILURE) { in _breakiter_factory()
/PHP-8.0/ext/mbstring/tests/
H A Dmb_get_info.phpt17 mb_parse_str("abc=def", $dummy);
/PHP-8.0/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-8.0/ext/xml/tests/
H A Dbug26614.phpt71 // dummy
H A Dbug26614_libxml.phpt71 // dummy
/PHP-8.0/ext/mysqli/tests/
H A Dbug68077.phpt54 ini_set("open_basedir", __DIR__ . "/dummy");
/PHP-8.0/ext/phar/
H A Ddirstream.c147 zval dummy; in phar_add_empty() local
149 ZVAL_NULL(&dummy); in phar_add_empty()
150 zend_hash_str_update(ht, arKey, nKeyLength, &dummy); in phar_add_empty()
H A Dphar_object.c142 zval dummy; in phar_file_action() local
228 ZVAL_NULL(&dummy); in phar_file_action()
229 if (zend_hash_str_add(&EG(included_files), name, name_len, &dummy) != NULL) { in phar_file_action()
1447 zval dummy; in phar_build() local
1459 php_stat(fname, fname_len, FS_IS_DIR, &dummy); in phar_build()
1461 if (Z_TYPE(dummy) == IS_TRUE) { in phar_build()
/PHP-8.0/ext/standard/tests/file/windows_mb_path/
H A Dutil.inc147 create_verify_file($prefix, $item, "dummy content", $cp);
/PHP-8.0/ext/spl/
H A Dphp_spl.c244 zval dummy; in spl_autoload() local
271 ZVAL_NULL(&dummy); in spl_autoload()
272 if (zend_hash_add(&EG(included_files), opened_path, &dummy)) { in spl_autoload()
/PHP-8.0/ext/intl/timezone/
H A Dtimezone_methods.cpp490 size_t dummy = 0; in PHP_FUNCTION() local
495 &locale_str, &dummy) == FAILURE) { in PHP_FUNCTION()
/PHP-8.0/ext/xsl/tests/
H A Dbug70078.phpt9 // create big dummy document:
/PHP-8.0/ext/com_dotnet/
H A Dcom_handlers.c294 DISPID dummy; in com_method_get() local
301 if (FAILED(php_com_get_id_of_name(obj, name->val, name->len, &dummy))) { in com_method_get()
/PHP-8.0/ext/ffi/
H A Dffi_parser.c2676 zend_ffi_dcl dummy = ZEND_FFI_ATTR_INIT; in parse_array_or_function_declarators() local
2722 sym = parse_type_qualifier_list(sym, &dummy); in parse_array_or_function_declarators()
2726 sym = parse_type_qualifier_list(sym, &dummy); in parse_array_or_function_declarators()
3011 zend_ffi_val dummy; in parse_initializer() local
3017 sym = parse_assignment_expression(sym, &dummy); in parse_initializer()
3078 zend_ffi_val dummy; in parse_designation() local
3082 sym = parse_constant_expression(sym, &dummy); in parse_designation()
3102 zend_ffi_val dummy; in parse_expr_list() local
3103 sym = parse_assignment_expression(sym, &dummy); in parse_expr_list()
3106 sym = parse_assignment_expression(sym, &dummy); in parse_expr_list()
/PHP-8.0/Zend/
H A Dzend_hash.c958 zval dummy; in zend_hash_index_add_empty_element() local
960 ZVAL_NULL(&dummy); in zend_hash_index_add_empty_element()
961 return zend_hash_index_add(ht, h, &dummy); in zend_hash_index_add_empty_element()
966 zval dummy; in zend_hash_add_empty_element() local
968 ZVAL_NULL(&dummy); in zend_hash_add_empty_element()
969 return zend_hash_add(ht, key, &dummy); in zend_hash_add_empty_element()
974 zval dummy; in zend_hash_str_add_empty_element() local
976 ZVAL_NULL(&dummy); in zend_hash_str_add_empty_element()
977 return zend_hash_str_add(ht, str, len, &dummy); in zend_hash_str_add_empty_element()
H A Dzend_object_handlers.c369 zend_property_info *dummy; in zend_wrong_offset() local
372 zend_get_property_offset(ce, member, 0, NULL, &dummy); in zend_wrong_offset()
1124 static const void *dummy = (void*)(intptr_t)2; in zend_get_call_trampoline_func() local
1144 ZEND_MAP_PTR_INIT(func->run_time_cache, (void***)&dummy); in zend_get_call_trampoline_func()
/PHP-8.0/ext/date/lib/
H A Dparse_tz.c683 timelib_sll dummy; in timelib_timestamp_is_in_dst() local
685 if ((to = fetch_timezone_offset(tz, ts, &dummy))) { in timelib_timestamp_is_in_dst()
/PHP-8.0/ext/fileinfo/libmagic/
H A Dfile.h278 uint8_t dummy; member
/PHP-8.0/ext/intl/calendar/
H A Dcalendar_methods.cpp77 size_t dummy; in PHP_FUNCTION() local
83 &zv_timezone, &locale_str, &dummy) == FAILURE) { in PHP_FUNCTION()
/PHP-8.0/ext/date/
H A Dphp_date.c4639 int dummy; in PHP_FUNCTION() local
4675 add_assoc_long(return_value, "sunrise", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
4677 add_assoc_long(return_value, "sunset", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
4680 add_assoc_long(return_value, "transit", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
4695 add_assoc_long(return_value, "civil_twilight_begin", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
4697 add_assoc_long(return_value, "civil_twilight_end", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
4713 add_assoc_long(return_value, "nautical_twilight_begin", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
4715 add_assoc_long(return_value, "nautical_twilight_end", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
4731 add_assoc_long(return_value, "astronomical_twilight_begin", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
4733 add_assoc_long(return_value, "astronomical_twilight_end", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
/PHP-8.0/ext/imap/
H A Dphp_imap.c1671 char dummy[2000], fulladdress[MAILTMPLEN + 1]; in PHP_FUNCTION() local
1714 snprintf(dummy, sizeof(dummy), "%4ld", cache->msgno); in PHP_FUNCTION()
1715 add_property_string(return_value, "Msgno", dummy); in PHP_FUNCTION()
1717 mail_date(dummy, cache); in PHP_FUNCTION()
1718 add_property_string(return_value, "MailDate", dummy); in PHP_FUNCTION()
1720 snprintf(dummy, sizeof(dummy), "%ld", cache->rfc822_size); in PHP_FUNCTION()
1721 add_property_string(return_value, "Size", dummy); in PHP_FUNCTION()
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_internal.h218 zend_op dummy; /* the size of this structure must be the same as zend_op */ member
/PHP-8.0/main/
H A DSAPI.c496 char dummy[SAPI_POST_BLOCK_SIZE]; in sapi_deactivate_module() local
500 read_bytes = sapi_read_post_block(dummy, SAPI_POST_BLOCK_SIZE); in sapi_deactivate_module()
/PHP-8.0/ext/xmlreader/
H A Dphp_xmlreader.c1158 zval *dummy; in PHP_METHOD()
1159 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|z!", &dummy) == FAILURE) { in PHP_METHOD()

Completed in 190 milliseconds

123456