/PHP-8.0/ext/oci8/tests/ |
H A D | lob_040.phpt | 46 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 …]
|
/PHP-8.0/ext/standard/tests/file/ |
H A D | disk_total_space_basic.phpt | 18 fwrite($fh, "Garbage Data Garbage Data Garbage Data Garbage Data Garbage Data Garbage Data Garbage …
|
H A D | file_put_contents_variation7-win32.phpt | 60 echo "Data written correctly\n"; 63 echo "Data not written correctly or to correct place\n"; 83 Data written correctly 86 Data written correctly 89 Data written correctly 92 Data written correctly 105 Data written correctly 108 Data written correctly 111 Data written correctly 114 Data written correctly [all …]
|
H A D | file_put_contents_variation7.phpt | 52 echo "Data written correctly\n"; 55 echo "Data not written correctly or to correct place\n"; 75 Data written correctly 78 Data written correctly 81 Data written correctly 84 Data written correctly 97 Data written correctly 100 Data written correctly 103 Data written correctly 106 Data written correctly
|
H A D | bug22414.phpt | 12 /* Regular Data Test */ 17 /* Binary Data Test */
|
/PHP-8.0/sapi/fuzzer/ |
H A D | fuzzer-unserializehash.c | 30 int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t FullSize) { in LLVMFuzzerTestOneInput() argument 31 const uint8_t *Start = memchr(Data, '|', FullSize); in LLVMFuzzerTestOneInput() 37 size_t Size = (Data + FullSize) - Start; in LLVMFuzzerTestOneInput() 62 ZVAL_STRINGL(&args[1], (char *) Data, (Start - Data) - 1); in LLVMFuzzerTestOneInput()
|
H A D | fuzzer-parser.c | 28 int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) { in LLVMFuzzerTestOneInput() argument 35 fuzzer_do_request_from_buffer("fuzzer.php", (const char *) Data, Size, /* execute */ 0); in LLVMFuzzerTestOneInput()
|
H A D | fuzzer-exif.c | 33 int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) { in LLVMFuzzerTestOneInput() argument 49 php_stream_write(stream, (const char *) Data, Size); in LLVMFuzzerTestOneInput()
|
H A D | fuzzer-json.c | 33 int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) { in LLVMFuzzerTestOneInput() argument 35 memcpy(data, Data, Size); in LLVMFuzzerTestOneInput()
|
H A D | fuzzer-unserialize.c | 32 int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) { in LLVMFuzzerTestOneInput() argument 34 memcpy(orig_data, Data, Size); in LLVMFuzzerTestOneInput()
|
H A D | fuzzer-mbstring.c | 31 int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) { in LLVMFuzzerTestOneInput() argument 35 memcpy(data, Data, Size); in LLVMFuzzerTestOneInput()
|
H A D | fuzzer-execute.c | 61 int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) { in LLVMFuzzerTestOneInput() argument 69 fuzzer_do_request_from_buffer("/fuzzer.php", (const char *) Data, Size, /* execute */ 1); in LLVMFuzzerTestOneInput()
|
/PHP-8.0/ext/standard/tests/strings/ |
H A D | str_ireplace.phpt | 38 $Data = "Change tracking and management software designed to watch 41 var_dump($Data = str_ireplace("\r\n", "<br>", $Data)); 42 var_dump($Data = str_ireplace("\n", "<br>", $Data));
|
/PHP-8.0/ext/standard/ |
H A D | dns_win32.c | 74 DNS_SRV_DATA *srv = &pRec->Data.Srv; in PHP_FUNCTION() 80 add_next_index_string(mx_list, pRec->Data.MX.pNameExchange); in PHP_FUNCTION() 169 add_assoc_stringl(subarray, "data", (char*) &pRec->Data, (uint32_t) pRec->wDataLength); in php_parserr() 176 ipaddr.S_un.S_addr = (pRec->Data.A.IpAddress); in php_parserr() 184 add_assoc_long(subarray, "pri", pRec->Data.Srv.wPriority); in php_parserr() 203 add_assoc_string(subarray, "target", pRec->Data.MX.pNameExchange); in php_parserr() 211 DNS_TXT_DATA *data_txt = &pRec->Data.TXT; in php_parserr() 242 DNS_SOA_DATA *data_soa = &pRec->Data.Soa; in php_parserr() 258 DNS_AAAA_DATA *data_aaaa = &pRec->Data.AAAA; in php_parserr() 313 DNS_SRV_DATA *data_srv = &pRec->Data.Srv; in php_parserr() [all …]
|
/PHP-8.0/ext/xml/tests/ |
H A D | xml_set_processing_instruction_handler_basic.phpt | 17 echo "Data: " . $data . "\n"; 45 Data: href="default.xsl" type="text/xml"
|
/PHP-8.0/ext/curl/tests/ |
H A D | curl_basic_006.phpt | 29 echo "Data: $alldata"; 34 Data: Hello World!
|
/PHP-8.0/ext/pdo/ |
H A D | CREDITS | 1 PHP Data Objects
|
H A D | config.w32 | 3 ARG_ENABLE("pdo", "Enable PHP Data Objects support", "no");
|
/PHP-8.0/ext/xmlreader/tests/ |
H A D | next_basic.phpt | 43 Data must be loaded before reading 44 Data must be loaded before reading
|
/PHP-8.0/ext/pdo/tests/ |
H A D | bug_44409.phpt | 18 $db->exec("INSERT INTO test (dat) VALUES ('Data from DB')"); 44 Method called: bug44409::unserialize('Data from DB')
|
/PHP-8.0/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_stmt_fetch_serialize_simple.phpt | 46 … $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 D | pdo_mysql_stmt_fetch_serialize.phpt | 67 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-8.0/ext/session/tests/ |
H A D | bug72681.phpt | 2 Bug #72681: PHP Session Data Injection Vulnerability
|
/PHP-8.0/ext/soap/tests/soap12/ |
H A D | T56.phpt | 16 <test:Data enc:id="data-1" xsi:type="xsd:string"> 18 </test:Data>
|
/PHP-8.0/ext/gd/tests/ |
H A D | createfromstring.phpt | 66 Warning: imagecreatefromstring(): Data is not in a recognized format in %s on line %d 68 Warning: imagecreatefromstring(): Data is not in a recognized format in %s on line %d
|