/PHP-8.1/ext/oci8/tests/ |
H A D | lob_040.phpt | 48 Data: 0aaaa 53 Data: 1aaaa 58 Data: 2aaaa 63 Data: 3aaaa 68 Data: 4aaaa 73 Data: 5aaaa 78 Data: 6aaaa 83 Data: 7aaaa 88 Data: 8aaaa 93 Data: 9aaaa [all …]
|
H A D | bind_rowid.phpt | 29 echo "Initial Data\n"; 64 Initial Data
|
/PHP-8.1/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.1/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 | 82 int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) { in LLVMFuzzerTestOneInput() argument 90 fuzzer_do_request_from_buffer("/fuzzer.php", (const char *) Data, Size, /* execute */ 1); in LLVMFuzzerTestOneInput()
|
/PHP-8.1/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() 170 add_assoc_stringl(subarray, "data", (char*) &pRec->Data, (uint32_t) pRec->wDataLength); in php_parserr() 177 ipaddr.S_un.S_addr = (pRec->Data.A.IpAddress); in php_parserr() 185 add_assoc_long(subarray, "pri", pRec->Data.Srv.wPriority); in php_parserr() 204 add_assoc_string(subarray, "target", pRec->Data.MX.pNameExchange); in php_parserr() 212 DNS_TXT_DATA *data_txt = &pRec->Data.TXT; in php_parserr() 243 DNS_SOA_DATA *data_soa = &pRec->Data.Soa; in php_parserr() 259 DNS_AAAA_DATA *data_aaaa = &pRec->Data.AAAA; in php_parserr() 314 DNS_SRV_DATA *data_srv = &pRec->Data.Srv; in php_parserr() [all …]
|
/PHP-8.1/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.1/ext/xml/tests/ |
H A D | xml_set_processing_instruction_handler_basic.phpt | 13 echo "Data: " . $data . "\n"; 41 Data: href="default.xsl" type="text/xml"
|
/PHP-8.1/ext/curl/tests/ |
H A D | curl_basic_006.phpt | 29 echo "Data: $alldata"; 34 Data: Hello World!
|
/PHP-8.1/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.1/ext/pdo/ |
H A D | CREDITS | 1 PHP Data Objects
|
/PHP-8.1/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_stmt_fetch_serialize.phpt | 68 return 'Data from serialize'; 131 myclass::unserialize('Data from serialize') 142 myclass::unserialize('C:7:"myclass":19:{Data from serialize}') 149 myclass::__set(myobj, 'C:7:"myclass":19:{Data from serialize}') 155 string(38) "C:7:"myclass":19:{Data from serialize}"
|
H A D | pdo_mysql_stmt_fetch_serialize_simple.phpt | 47 … $db->exec("INSERT INTO test(myobj) VALUES ('Data fetched from DB to be given to unserialize()')"); 84 myclass::unserialize('Data fetched from DB to be given to unserialize()') 89 myclass::unserialize('Data fetched from DB to be given to unserialize()') 98 myclass::unserialize('Data fetched from DB to be given to unserialize()')
|
/PHP-8.1/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.1/ext/pdo/tests/ |
H A D | bug_44409.phpt | 19 $db->exec("INSERT INTO test (dat) VALUES ('Data from DB')"); 48 Method called: bug44409::unserialize('Data from DB')
|
/PHP-8.1/ext/gd/tests/ |
H A D | createfromstring.phpt | 67 Warning: imagecreatefromstring(): Data is not in a recognized format in %s on line %d 69 Warning: imagecreatefromstring(): Data is not in a recognized format in %s on line %d
|
/PHP-8.1/ext/session/tests/ |
H A D | bug72681.phpt | 2 Bug #72681: PHP Session Data Injection Vulnerability
|