Searched refs:dummy (Results 126 – 143 of 143) sorted by relevance
123456
/PHP-7.4/ext/phar/ |
H A D | phar_object.c | 141 zval dummy; in phar_file_action() local 227 ZVAL_NULL(&dummy); in phar_file_action() 228 if (zend_hash_str_add(&EG(included_files), name, name_len, &dummy) != NULL) { in phar_file_action() 1476 zval dummy; in phar_build() local 1488 php_stat(fname, fname_len, FS_IS_DIR, &dummy); in phar_build() 1490 if (Z_TYPE(dummy) == IS_TRUE) { in phar_build()
|
/PHP-7.4/ext/mysqli/tests/ |
H A D | mysqli_report.phpt | 261 // All we can do is make a few dummy calls to ensure that all codes gets executed which
|
/PHP-7.4/ext/opcache/Optimizer/ |
H A D | zend_inference.c | 609 double dummy; in zend_inference_calc_binary_op_range() local 618 ZEND_SIGNED_MULTIPLY_LONG(op1_min, op2_min, t1, dummy, t1_overflow); in zend_inference_calc_binary_op_range() 619 ZEND_SIGNED_MULTIPLY_LONG(op1_min, op2_max, t2, dummy, t2_overflow); in zend_inference_calc_binary_op_range() 620 ZEND_SIGNED_MULTIPLY_LONG(op1_max, op2_min, t3, dummy, t3_overflow); in zend_inference_calc_binary_op_range() 621 ZEND_SIGNED_MULTIPLY_LONG(op1_max, op2_max, t4, dummy, t4_overflow); in zend_inference_calc_binary_op_range() 622 (void) dummy; in zend_inference_calc_binary_op_range()
|
H A D | zend_func_info.c | 1684 zend_extension dummy; in zend_func_info_startup() local 1688 zend_func_info_rid = zend_get_resource_handle(&dummy); in zend_func_info_startup()
|
/PHP-7.4/main/streams/ |
H A D | streams.c | 1543 size_t dummy; in _php_stream_copy_to_stream_ex() local 1547 len = &dummy; in _php_stream_copy_to_stream_ex()
|
H A D | plain_wrapper.c | 243 PHPAPI php_stream *_php_stream_fopen_tmpfile(int dummy STREAMS_DC) in _php_stream_fopen_tmpfile()
|
/PHP-7.4/build/ |
H A D | shtool | 776 echo dummy | awk '{ printf("%s", TEXT); }' TEXT="$text"
|
/PHP-7.4/ext/ftp/tests/ |
H A D | server.inc | 109 fputs($s, "666 dummy\r\n");
|
/PHP-7.4/ext/pcre/pcre2lib/ |
H A D | pcre2_internal.h | 1801 int16_t dummy; /* spare - to round to multiple of 4 bytes */ member
|
/PHP-7.4/ext/standard/ |
H A D | array.c | 5465 zval dummy; local 5554 ZVAL_NULL(&dummy); 5560 zend_hash_add(&exclude, str, &dummy);
|
H A D | string.c | 3514 zend_long dummy; local 3517 ZSTR_VAL(replace), ZSTR_LEN(replace), &dummy));
|
/PHP-7.4/main/ |
H A D | main.c | 1895 void php_request_shutdown(void *dummy) in php_request_shutdown() argument
|
/PHP-7.4/Zend/ |
H A D | zend_API.h | 372 #define ARG_COUNT(dummy) EX_NUM_ARGS() argument
|
/PHP-7.4/ext/exif/ |
H A D | exif.c | 1830 DWORD dummy; /* value ptr of tiff directory entry */ member
|
/PHP-7.4/ext/standard/tests/misc/ |
H A D | user_agents.txt | 4 Apache/2.4.10 (Debian) OpenSSL/1.0.1k (internal dummy connection)
|
H A D | get_browser_variation3.phpt | 21 Agent Apache/2.4.10 (Debian) OpenSSL/1.0.1k (internal dummy connection)
|
/PHP-7.4/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 10248 # keep old DOS/MBR boot sector as dummy for mbr and bootloader displaying 19466 # fat flag 0~dummy block 1~true sub file
|
H A D | magic | 10248 # keep old DOS/MBR boot sector as dummy for mbr and bootloader displaying 19466 # fat flag 0~dummy block 1~true sub file
|
Completed in 401 milliseconds
123456