Home
last modified time | relevance | path

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

1234

/PHP-5.5/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-5.5/ext/standard/tests/file/
H A Ddisk_total_space_basic.phpt23 fwrite($fh, (binary)"Garbage Data Garbage Data Garbage Data Garbage Data Garbage Data Garbage Data
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-5.5/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, 1); in PHP_FUNCTION()
173 ipaddr.S_un.S_addr = (pRec->Data.A.IpAddress); in php_parserr()
181 add_assoc_long(*subarray, "pri", pRec->Data.Srv.wPriority); in php_parserr()
200 add_assoc_string(*subarray, "target", pRec->Data.MX.pNameExchange, 1); in php_parserr()
208 DNS_TXT_DATA *data_txt = &pRec->Data.TXT; in php_parserr()
239 DNS_SOA_DATA *data_soa = &pRec->Data.Soa; in php_parserr()
255 DNS_AAAA_DATA *data_aaaa = &pRec->Data.AAAA; in php_parserr()
310 DNS_SRV_DATA *data_srv = &pRec->Data.Srv; in php_parserr()
323 DNS_NAPTR_DATA * data_naptr = &pRec->Data.Naptr; in php_parserr()
[all …]
/PHP-5.5/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-5.5/ext/curl/tests/
H A Dcurl_basic_006.phpt35 echo "Data: $alldata";
40 Data: Hello World!
/PHP-5.5/ext/xml/tests/
H A Dxml_set_processing_instruction_handler_basic.phpt23 echo "Data: " . $data . "\n";
51 Data: href="default.xsl" type="text/xml"
H A Dutf8_decode_variation1.phpt22 return "Some Ascii Data";
167 Arg value Some Ascii Data
168 string(15) "Some Ascii Data"
H A Dutf8_encode_variation1.phpt22 return "Some Ascii Data";
167 Arg value Some Ascii Data
168 string(15) "Some Ascii Data"
/PHP-5.5/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-5.5/ext/pdo/
H A DCREDITS1 PHP Data Objects
H A Dconfig.w324 ARG_ENABLE("pdo", "Enable PHP Data Objects support", "no");
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize_simple.phpt48 $db->exec("INSERT INTO test(myobj) VALUES ('Data fetched from DB to be given to unserialize()')");
82 myclass::unserialize('Data fetched from DB to be given to unserialize()')
85 myclass::unserialize('Data fetched from DB to be given to unserialize()')
90 myclass::unserialize('Data fetched from DB to be given to unserialize()')
H A Dpdo_mysql_stmt_fetch_serialize.phpt69 return 'Data from serialize';
131 myclass::unserialize('Data from serialize')
138 myclass::unserialize('C:7:"myclass":19:{Data from serialize}')
145 myclass::__set(myobj, 'C:7:"myclass":19:{Data from serialize}')
151 %unicode|string%(38) "C:7:"myclass":19:{Data from serialize}"
/PHP-5.5/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-5.5/ext/pdo_oci/tests/
H A Dpdo_oci_attr_autocommit_1.phpt49 echo "Data is: " . $r[0] . "\n";
63 Data is: some data
/PHP-5.5/ext/dom/tests/
H A Ddomchardata.phpt29 echo "New Comment Data: ".$comment->data."\n";
68 New Comment Data: Updated comment
/PHP-5.5/ext/date/tests/
H A Dbug50392.phpt23 - Data missing
H A Dbug67253.phpt39 string(12) "Data missing"
/PHP-5.5/tests/classes/
H A D__set_data_corrupt.phpt2 ZE2 Data corruption in __set

Completed in 45 milliseconds

1234