Home
last modified time | relevance | path

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

123456

/PHP-7.4/ext/phar/
H A Dphar_object.c141 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 Dmysqli_report.phpt261 // 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 Dzend_inference.c609 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 Dzend_func_info.c1684 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 Dstreams.c1543 size_t dummy; in _php_stream_copy_to_stream_ex() local
1547 len = &dummy; in _php_stream_copy_to_stream_ex()
H A Dplain_wrapper.c243 PHPAPI php_stream *_php_stream_fopen_tmpfile(int dummy STREAMS_DC) in _php_stream_fopen_tmpfile()
/PHP-7.4/build/
H A Dshtool776 echo dummy | awk '{ printf("%s", TEXT); }' TEXT="$text"
/PHP-7.4/ext/ftp/tests/
H A Dserver.inc109 fputs($s, "666 dummy\r\n");
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_internal.h1801 int16_t dummy; /* spare - to round to multiple of 4 bytes */ member
/PHP-7.4/ext/standard/
H A Darray.c5465 zval dummy; local
5554 ZVAL_NULL(&dummy);
5560 zend_hash_add(&exclude, str, &dummy);
H A Dstring.c3514 zend_long dummy; local
3517 ZSTR_VAL(replace), ZSTR_LEN(replace), &dummy));
/PHP-7.4/main/
H A Dmain.c1895 void php_request_shutdown(void *dummy) in php_request_shutdown() argument
/PHP-7.4/Zend/
H A Dzend_API.h372 #define ARG_COUNT(dummy) EX_NUM_ARGS() argument
/PHP-7.4/ext/exif/
H A Dexif.c1830 DWORD dummy; /* value ptr of tiff directory entry */ member
/PHP-7.4/ext/standard/tests/misc/
H A Duser_agents.txt4 Apache/2.4.10 (Debian) OpenSSL/1.0.1k (internal dummy connection)
H A Dget_browser_variation3.phpt21 Agent Apache/2.4.10 (Debian) OpenSSL/1.0.1k (internal dummy connection)
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます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 Dmagic10248 # 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 272 milliseconds

123456