Home
last modified time | relevance | path

Searched refs:Data (Results 1 – 25 of 71) sorted by relevance

123

/PHP-7.4/ext/oci8/tests/
H A Dlob_040.phpt46 Data: 0aaaa
51 Data: 1aaaa
56 Data: 2aaaa
61 Data: 3aaaa
66 Data: 4aaaa
71 Data: 5aaaa
76 Data: 6aaaa
81 Data: 7aaaa
86 Data: 8aaaa
91 Data: 9aaaa
[all …]
H A Dbind_rowid.phpt29 echo "Initial Data\n";
64 Initial Data
/PHP-7.4/ext/standard/tests/file/
H A Ddisk_total_space_basic.phpt25 fwrite($fh, "Garbage Data Garbage Data Garbage Data Garbage Data Garbage Data Garbage Data Garbage
H A Dfile_put_contents_variation7-win32.phpt66 echo "Data written correctly\n";
69 echo "Data not written correctly or to correct place\n";
89 Data written correctly
92 Data written correctly
95 Data written correctly
98 Data written correctly
111 Data written correctly
114 Data written correctly
117 Data written correctly
120 Data written correctly
[all …]
H A Dfile_put_contents_variation7.phpt58 echo "Data written correctly\n";
61 echo "Data not written correctly or to correct place\n";
81 Data written correctly
84 Data written correctly
87 Data written correctly
90 Data written correctly
103 Data written correctly
106 Data written correctly
109 Data written correctly
112 Data written correctly
H A Dbug22414.phpt12 /* Regular Data Test */
17 /* Binary Data Test */
/PHP-7.4/ext/standard/tests/strings/
H A Dstr_ireplace.phpt41 $Data = "Change tracking and management software designed to watch
44 var_dump($Data = str_ireplace("\r\n", "<br>", $Data));
45 var_dump($Data = str_ireplace("\n", "<br>", $Data));
/PHP-7.4/ext/standard/
H A Ddns_win32.c76 DNS_SRV_DATA *srv = &pRec->Data.Srv; in PHP_FUNCTION()
82 add_next_index_string(mx_list, pRec->Data.MX.pNameExchange); in PHP_FUNCTION()
172 add_assoc_stringl(subarray, "data", (char*) &pRec->Data, (uint32_t) pRec->wDataLength); in php_parserr()
179 ipaddr.S_un.S_addr = (pRec->Data.A.IpAddress); in php_parserr()
187 add_assoc_long(subarray, "pri", pRec->Data.Srv.wPriority); in php_parserr()
206 add_assoc_string(subarray, "target", pRec->Data.MX.pNameExchange); in php_parserr()
214 DNS_TXT_DATA *data_txt = &pRec->Data.TXT; in php_parserr()
245 DNS_SOA_DATA *data_soa = &pRec->Data.Soa; in php_parserr()
261 DNS_AAAA_DATA *data_aaaa = &pRec->Data.AAAA; in php_parserr()
316 DNS_SRV_DATA *data_srv = &pRec->Data.Srv; in php_parserr()
[all …]
/PHP-7.4/ext/pdo/
H A DCREDITS1 PHP Data Objects
H A Dconfig.w323 ARG_ENABLE("pdo", "Enable PHP Data Objects support", "no");
/PHP-7.4/ext/xml/tests/
H A Dxml_set_processing_instruction_handler_basic.phpt23 echo "Data: " . $data . "\n";
51 Data: href="default.xsl" type="text/xml"
/PHP-7.4/ext/pdo/tests/
H A Dbug_44409.phpt18 $db->exec("INSERT INTO test (dat) VALUES ('Data from DB')");
44 Method called: bug44409::unserialize('Data from DB')
/PHP-7.4/ext/curl/tests/
H A Dcurl_basic_006.phpt35 echo "Data: $alldata";
40 Data: Hello World!
/PHP-7.4/ext/xmlreader/tests/
H A Dnext_basic.phpt32 Warning: XMLReader::read(): Load Data before trying to read in %s on line %d
34 Warning: XMLReader::next(): Load Data before trying to read in %s on line %d
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize_simple.phpt46 $db->exec("INSERT INTO test(myobj) VALUES ('Data fetched from DB to be given to unserialize()')");
80 myclass::unserialize('Data fetched from DB to be given to unserialize()')
83 myclass::unserialize('Data fetched from DB to be given to unserialize()')
88 myclass::unserialize('Data fetched from DB to be given to unserialize()')
H A Dpdo_mysql_stmt_fetch_serialize.phpt67 return 'Data from serialize';
129 myclass::unserialize('Data from serialize')
136 myclass::unserialize('C:7:"myclass":19:{Data from serialize}')
143 myclass::__set(myobj, 'C:7:"myclass":19:{Data from serialize}')
149 string(38) "C:7:"myclass":19:{Data from serialize}"
/PHP-7.4/ext/session/tests/
H A Dbug72681.phpt2 Bug #72681: PHP Session Data Injection Vulnerability
/PHP-7.4/ext/soap/tests/soap12/
H A DT56.phpt16 <test:Data enc:id="data-1" xsi:type="xsd:string">
18 </test:Data>
H A DT57.phpt16 <test:Data enc:id="data" xsi:type="xsd:string">hello world</test:Data>
H A DT76_2.phpt16 <test:Data enc:id="data" xsi:type="xsd:string">hello world</test:Data>
/PHP-7.4/tests/classes/
H A D__set_data_corrupt.phpt2 ZE2 Data corruption in __set
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_attr_autocommit_1.phpt49 echo "Data is: " . $r[0] . "\n";
63 Data is: some data
/PHP-7.4/ext/date/tests/
H A Dbug50392.phpt23 - Data missing
/PHP-7.4/ext/dom/tests/
H A Ddomchardata.phpt29 echo "New Comment Data: ".$comment->data."\n";
67 New Comment Data: Updated comment
/PHP-7.4/ext/mysqli/tests/
H A Dbug74021.phpt2 Bug #74021 (fetch_array broken data. Data more then MEDIUMBLOB)

Completed in 35 milliseconds

123