Home
last modified time | relevance | path

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

123456

/PHP-7.4/ext/zlib/tests/
H A Dbug65391.phpt8 dummy=1
/PHP-7.4/main/
H A Dphp_main.h29 PHPAPI void php_request_shutdown(void *dummy);
/PHP-7.4/ext/pcntl/tests/
H A Dasync_signals.phpt18 $i = 0; // dummy
H A Dsignal_closure_handler.phpt18 $i = 0; // dummy
H A Dpcntl_signal_dispatch.phpt18 $i = 0; // dummy
/PHP-7.4/Zend/tests/
H A Dbug71336.phpt19 $dummy = &$this->bar;
H A Dbug71914.phpt24 function test($arr, &$dummy) {
H A Dbug70089.phpt7 function dummy($a) {
/PHP-7.4/ext/dom/tests/
H A Dbug69846.phpt10 $xml = '<?xml version="1.0" encoding="UTF-8"?><dummy xmlns:xfa="http://www.xfa.org/schema/xfa-data/…
16 </xfa:data></dummy>';
/PHP-7.4/ext/sqlite3/tests/
H A Dsqlite3_33_reset.phpt18 $stmt->reset("dummy");
/PHP-7.4/sapi/apache2handler/
H A Dphp_apache.h55 void *create_php_config(apr_pool_t *p, char *dummy);
/PHP-7.4/ext/oci8/tests/
H A Dbind_unsupported_2.phpt21 $s = oci_parse($c, "select * from dual where dummy = :c1");
H A Dfetch_assoc.phpt12 "create table fetch_assoc_tab (id number, value number, dummy varchar2(20))",
H A Dbind_unsupported_3.phpt24 $s = oci_parse($c, "select * from dual where dummy = :c1");
H A Dbind_unsupported_1.phpt28 $s = oci_parse($c, "select * from dual where dummy = :c1");
/PHP-7.4/ext/soap/
H A Dphp_encoding.c1299 xmlFreeNode(dummy); in model_to_zval_object()
1304 xmlFreeNode(dummy); in model_to_zval_object()
1899 xmlNodePtr dummy; in to_xml_object() local
1902 if (dummy->children && dummy->children->content) { in to_xml_object()
2975 if (dummy && dummy->children && dummy->children->content) { in to_xml_list()
2983 xmlUnlinkNode(dummy); in to_xml_list()
2984 xmlFreeNode(dummy); in to_xml_list()
3006 xmlNodePtr dummy; in to_xml_list() local
3017 if (dummy && dummy->children && dummy->children->content) { in to_xml_list()
3025 xmlUnlinkNode(dummy); in to_xml_list()
[all …]
/PHP-7.4/ext/xmlrpc/tests/
H A Dbug42736.phpt19 function GetProducts($dummy, $time){
/PHP-7.4/ext/ffi/
H A Dffi.g395 {zend_ffi_dcl dummy = ZEND_FFI_ATTR_INIT;}
401 type_qualifier_list(&dummy)?
403 | type_qualifier_list(&dummy)
529 {zend_ffi_val dummy;}
531 ( assignment_expression(&dummy)
539 {zend_ffi_val dummy;}
540 ( "[" constant_expression(&dummy) "]"
547 {zend_ffi_val dummy;}
548 assignment_expression(&dummy)
550 assignment_expression(&dummy)
/PHP-7.4/ext/pcre/tests/
H A D002.phpt8 var_dump(preg_match_all('//', '', $dummy, 0xdead));
/PHP-7.4/ext/opcache/tests/
H A Dissue0149.phpt20 $p['index.php'] = ""; # A Phar must have at least one file, hence this dummy
/PHP-7.4/ext/readline/
H A Dreadline.c610 zval dummy; in php_rl_callback_handler() local
612 ZVAL_NULL(&dummy); in php_rl_callback_handler()
616 call_user_function(NULL, NULL, &_prepped_callback, &dummy, 1, params); in php_rl_callback_handler()
619 zval_ptr_dtor(&dummy); in php_rl_callback_handler()
/PHP-7.4/ext/simplexml/tests/
H A Dbug72588.phpt11 $dummy = &$tpnb;
H A D007.phpt45 $dummy = $sxe->elem1[$a];
/PHP-7.4/main/streams/
H A Dphp_stream_plain_wrapper.h43 PHPAPI php_stream *_php_stream_fopen_tmpfile(int dummy STREAMS_DC);
/PHP-7.4/ext/phar/
H A Dutil.c691 phar_entry_data dummy; in phar_open_entry_fp() local
724 dummy.internal_file = entry; in phar_open_entry_fp()
725 dummy.phar = phar; in phar_open_entry_fp()
726 dummy.zero = entry->offset; in phar_open_entry_fp()
727 dummy.fp = phar_get_pharfp(phar); in phar_open_entry_fp()
742 dummy.internal_file = entry; in phar_open_entry_fp()
743 dummy.phar = phar; in phar_open_entry_fp()
744 dummy.zero = entry->offset; in phar_open_entry_fp()
745 dummy.fp = phar_get_pharfp(phar); in phar_open_entry_fp()
791 dummy.zero = entry->offset; in phar_open_entry_fp()
[all …]

Completed in 120 milliseconds

123456