Home
last modified time | relevance | path

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

123456

/PHP-7.3/ext/pcntl/tests/
H A Dsignal_closure_handler.phpt18 $i = 0; // dummy
H A Dpcntl_signal_dispatch.phpt18 $i = 0; // dummy
/PHP-7.3/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.3/ext/sqlite3/tests/
H A Dsqlite3_32_changes.phpt14 echo $db->changes("dummy");
H A Dsqlite3_33_reset.phpt18 $stmt->reset("dummy");
/PHP-7.3/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.3/ext/soap/
H A Dphp_encoding.c1328 xmlFreeNode(dummy); in model_to_zval_object()
1333 xmlFreeNode(dummy); in model_to_zval_object()
1922 xmlNodePtr dummy; in to_xml_object() local
1925 if (dummy->children && dummy->children->content) { in to_xml_object()
3006 if (dummy && dummy->children && dummy->children->content) { in to_xml_list()
3014 xmlUnlinkNode(dummy); in to_xml_list()
3015 xmlFreeNode(dummy); in to_xml_list()
3037 xmlNodePtr dummy; in to_xml_list() local
3048 if (dummy && dummy->children && dummy->children->content) { in to_xml_list()
3056 xmlUnlinkNode(dummy); in to_xml_list()
[all …]
/PHP-7.3/sapi/apache2handler/
H A Dphp_apache.h55 void *create_php_config(apr_pool_t *p, char *dummy);
/PHP-7.3/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.3/ext/xmlrpc/tests/
H A Dbug42736.phpt19 function GetProducts($dummy, $time){
/PHP-7.3/ext/standard/tests/strings/
H A Ducfirst.phpt73 $filename1 = "dummy.txt";
86 fclose($file1); // closing the file "dummy.txt"
87 unlink("$filename1"); // deletes "dummy.txt"
H A Dlcfirst.phpt102 $filename1 = "dummy.txt";
115 fclose($file1); // closing the file "dummy.txt"
116 unlink("$filename1"); // deletes "dummy.txt"
H A Dstrlen.phpt83 $filename1 = "dummy.txt";
96 fclose($file1); // closing the file "dummy.txt"
97 unlink("$filename1"); // deletes "dummy.txt"
/PHP-7.3/ext/readline/
H A Dreadline.c569 zval dummy; in php_rl_callback_handler() local
571 ZVAL_NULL(&dummy); in php_rl_callback_handler()
575 call_user_function(CG(function_table), NULL, &_prepped_callback, &dummy, 1, params); in php_rl_callback_handler()
578 zval_ptr_dtor(&dummy); in php_rl_callback_handler()
/PHP-7.3/ext/opcache/tests/
H A Dissue0149.phpt18 $p['index.php'] = ""; # A Phar must have at least one file, hence this dummy
/PHP-7.3/ext/pcre/tests/
H A D002.phpt8 var_dump(preg_match_all('//', '', $dummy, 0xdead));
/PHP-7.3/ext/simplexml/tests/
H A Dbug72588.phpt11 $dummy = &$tpnb;
H A D007.phpt45 $dummy = $sxe->elem1[$a];
/PHP-7.3/main/streams/
H A Dphp_stream_plain_wrapper.h43 PHPAPI php_stream *_php_stream_fopen_tmpfile(int dummy STREAMS_DC);
/PHP-7.3/ext/phar/
H A Dutil.c693 phar_entry_data dummy; in phar_open_entry_fp() local
726 dummy.internal_file = entry; in phar_open_entry_fp()
727 dummy.phar = phar; in phar_open_entry_fp()
728 dummy.zero = entry->offset; in phar_open_entry_fp()
729 dummy.fp = phar_get_pharfp(phar); in phar_open_entry_fp()
744 dummy.internal_file = entry; in phar_open_entry_fp()
745 dummy.phar = phar; in phar_open_entry_fp()
746 dummy.zero = entry->offset; in phar_open_entry_fp()
747 dummy.fp = phar_get_pharfp(phar); in phar_open_entry_fp()
793 dummy.zero = entry->offset; in phar_open_entry_fp()
[all …]

Completed in 47 milliseconds

123456