Home
last modified time | relevance | path

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

12345

/PHP-7.3/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.3/ext/standard/tests/file/
H A Ddisk_total_space_basic.phpt23 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.3/ext/standard/
H A Ddns_win32.c72 DNS_SRV_DATA *srv = &pRec->Data.Srv; in PHP_FUNCTION()
78 add_next_index_string(mx_list, pRec->Data.MX.pNameExchange); in PHP_FUNCTION()
167 add_assoc_stringl(subarray, "data", (char*) &pRec->Data, (uint32_t) pRec->wDataLength); in php_parserr()
174 ipaddr.S_un.S_addr = (pRec->Data.A.IpAddress); in php_parserr()
182 add_assoc_long(subarray, "pri", pRec->Data.Srv.wPriority); in php_parserr()
201 add_assoc_string(subarray, "target", pRec->Data.MX.pNameExchange); in php_parserr()
209 DNS_TXT_DATA *data_txt = &pRec->Data.TXT; in php_parserr()
240 DNS_SOA_DATA *data_soa = &pRec->Data.Soa; in php_parserr()
256 DNS_AAAA_DATA *data_aaaa = &pRec->Data.AAAA; in php_parserr()
311 DNS_SRV_DATA *data_srv = &pRec->Data.Srv; in php_parserr()
[all …]
/PHP-7.3/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));
H A Dutf8_decode_variation1.phpt16 return "Some Ascii Data";
161 Arg value Some Ascii Data
162 string(15) "Some Ascii Data"
H A Dutf8_encode_variation1.phpt16 return "Some Ascii Data";
161 Arg value Some Ascii Data
162 string(15) "Some Ascii Data"
/PHP-7.3/ext/pdo/
H A DCREDITS1 PHP Data Objects
H A Dconfig.w323 ARG_ENABLE("pdo", "Enable PHP Data Objects support", "no");
/PHP-7.3/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.3/ext/curl/tests/
H A Dcurl_basic_006.phpt35 echo "Data: $alldata";
40 Data: Hello World!
/PHP-7.3/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.3/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.3/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.3/ext/session/tests/
H A Dbug72681.phpt2 Bug #72681: PHP Session Data Injection Vulnerability
/PHP-7.3/tests/classes/
H A D__set_data_corrupt.phpt2 ZE2 Data corruption in __set
/PHP-7.3/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.3/ext/date/tests/
H A Dbug50392.phpt23 - Data missing
/PHP-7.3/ext/dom/tests/
H A Ddomchardata.phpt29 echo "New Comment Data: ".$comment->data."\n";
67 New Comment Data: Updated comment

Completed in 39 milliseconds

12345