/PHP-8.3/ext/xml/tests/ |
H A D | xml_set_notation_decl_handler_basic.phpt | 15 echo "...System ID=" . $system_ID . "\n"; 16 echo "...Public ID=" . $public_ID . "\n"; 63 ...Public ID= 68 ...Public ID= 73 ...Public ID= 77 ...System ID=test_usdate.xml 78 ...Public ID= 83 ...System ID=test_ausdate.xml 84 ...Public ID= 89 ...System ID=test_isodate_xml [all …]
|
/PHP-8.3/ext/imap/tests/ |
H A D | bug80438.phpt | 23 echo 'Unique ID: '; 40 Delete 4 messages for Unique ID generation 55 Unique ID: int(1) 57 Unique ID: int(2) 59 Unique ID: int(7) 61 Unique ID: int(8) 63 Unique ID: int(9) 65 Unique ID: int(10)
|
H A D | imap_fetchheader_uid.phpt | 2 imap_fetchheader() passing a unique ID 29 Delete 4 messages for Unique ID generation
|
/PHP-8.3/ext/oci8/tests/ |
H A D | fetch_array.phpt | 111 ["ID"]=> 133 ["ID"]=> 155 ["ID"]=> 195 ["ID"]=> 201 ["ID"]=> 207 ["ID"]=> 216 ["ID"]=> 226 ["ID"]=> 236 ["ID"]=> 247 ["ID"]=> [all …]
|
H A D | fetch_all3.phpt | 136 ["ID"]=> 162 ["ID"]=> 188 ["ID"]=> 214 ["ID"]=> 294 ["ID"]=> 301 ["ID"]=> 308 ["ID"]=> 315 ["ID"]=> 326 ["ID"]=> 333 ["ID"]=> [all …]
|
H A D | fetch_assoc.phpt | 50 ["ID"]=> 58 ["ID"]=> 66 ["ID"]=>
|
H A D | define6.phpt | 44 oci_define_by_name($cursor1, 'ID', $id1); 58 oci_define_by_name($cursor2, 'ID', $id2); 70 oci_define_by_name($cursor3, 'ID', $id3); 82 oci_define_by_name($cursor4, 'ID', $id4); 94 oci_define_by_name($cursor5, 'ID', $id5); 107 oci_define_by_name($cursor6, 'ID', $id6);
|
/PHP-8.3/ext/filter/tests/ |
H A D | 057.phpt | 24 Warning: filter_input_array(): Unknown filter with ID 0 in %s on line %d 29 Warning: filter_var_array(): Unknown filter with ID 0 in %s on line %d 32 Warning: filter_input_array(): Unknown filter with ID 1 in %s on line %d 35 Warning: filter_var_array(): Unknown filter with ID 1 in %s on line %d 38 Warning: filter_input_array(): Unknown filter with ID 0 in %s on line %d 41 Warning: filter_var_array(): Unknown filter with ID 0 in %s on line %d 44 Warning: filter_input_array(): Unknown filter with ID 1 in %s on line %d 47 Warning: filter_var_array(): Unknown filter with ID 1 in %s on line %d
|
H A D | 039.phpt | 94 Warning: filter_var_array(): Unknown filter with ID -1 in %s on line %d 97 Warning: filter_var_array(): Unknown filter with ID 1000000 in %s on line %d 102 Warning: filter_var_array(): Unknown filter with ID -1 in %s on line %d 105 Warning: filter_var_array(): Unknown filter with ID 1000000 in %s on line %d 110 Warning: filter_var_array(): Unknown filter with ID -1 in %s on line %d 113 Warning: filter_var_array(): Unknown filter with ID 1000000 in %s on line %d 136 Warning: filter_var_array(): Unknown filter with ID -1 in %s on line %d 144 Warning: filter_var_array(): Unknown filter with ID 100000 in %s on line %d
|
/PHP-8.3/Zend/tests/ |
H A D | resource_key.phpt | 24 Warning: Resource ID#%d used as offset, casting to integer (%d) in %s on line %d 26 Warning: Resource ID#%d used as offset, casting to integer (%d) in %s on line %d 28 Warning: Resource ID#%d used as offset, casting to integer (%d) in %s on line %d 30 Warning: Resource ID#%d used as offset, casting to integer (%d) in %s on line %d 33 Warning: Resource ID#%d used as offset, casting to integer (%d) in %s on line %d 36 Warning: Resource ID#%d used as offset, casting to integer (%d) in %s on line %d
|
/PHP-8.3/ext/pdo_firebird/tests/ |
H A D | bug_64037.phpt | 16 $dbh->exec("CREATE TABLE PRICE (ID INTEGER NOT NULL, TEXT VARCHAR(10), COST NUMERIC(15, 2))"); 17 $dbh->exec("INSERT INTO PRICE (ID, TEXT, COST) VALUES (1, 'test', -1.0)"); 18 $dbh->exec("INSERT INTO PRICE (ID, TEXT, COST) VALUES (2, 'test', -0.99)"); 19 $dbh->exec("INSERT INTO PRICE (ID, TEXT, COST) VALUES (3, 'test', -1.01)"); 23 $query = "SELECT * from price order by ID";
|
H A D | gh10908.phpt | 16 ID BIGINT NOT NULL, 42 query_and_dump($dbh, "SELECT ID FROM gh10908"); // Used to "bus error" 50 query_and_dump($dbh, "SELECT CAST(ID AS INTEGER) FROM gh10908"); // works fine 51 query_and_dump($dbh, "SELECT CAST(ID AS BIGINT) FROM gh10908"); // Used to "bus error" 70 [ID] => 1 100 [ID] => 1
|
/PHP-8.3/ext/odbc/tests/ |
H A D | bug71171.phpt | 14 odbc_exec($conn, 'CREATE TABLE bug71171 (ID INT, VARCHAR_COL NVARCHAR(40))'); 16 odbc_exec($conn, "INSERT INTO bug71171(ID, VARCHAR_COL) VALUES (1, '" . chr(0x81) . "')"); 18 $res = odbc_exec($conn,"SELECT ID FROM bug71171 WHERE VARCHAR_COL = '" . chr(0x81) . "'"); 38 ["ID"]=>
|
H A D | bug68087.phpt | 17 odbc_exec($conn, 'CREATE TABLE bug68087 (ID INT, VARCHAR_COL VARCHAR(100), DATE_COL DATE)'); 19 odbc_exec($conn, "INSERT INTO bug68087(ID, VARCHAR_COL, DATE_COL) VALUES (1, 'hello', '$id_1_date')… 21 $res = odbc_exec($conn, 'SELECT * FROM bug68087 ORDER BY ID ASC'); 24 $id = odbc_result($res, "ID");
|
/PHP-8.3/ext/soap/tests/interop/Round3/GroupD/ |
H A D | r3_groupD_compound2_001w.phpt | 11 function __construct(public $Age, public $ID, public $Name, public $Male) {} 14 function __construct(public $person, public $ID, public $salary) {} 28 …le>true</ns1:Male></ns2:person><ns2:salary>1000000</ns2:salary><ns2:ID>12345</ns2:ID></ns2:x_Emplo… 30 …le>true</ns1:Male></ns2:person><ns2:salary>1000000</ns2:salary><ns2:ID>12345</ns2:ID></ns2:result_…
|
H A D | r3_groupD_compound1_001w.phpt | 11 function __construct(public $Age, public $ID, public $Name, public $Male) {} 23 …dy><ns1:x_Person Name="Shane" Male="true"><ns1:Age>32</ns1:Age><ns1:ID>12345</ns1:ID></ns1:x_Perso… 25 …s1:result_Person Name="Shane" Male="true"><ns1:Age>32</ns1:Age><ns1:ID>12345</ns1:ID></ns1:result_…
|
H A D | r3_groupD_compound1_003w.phpt | 10 $client->echoDocument((object)array("_"=>"Test Document Here","ID"=>1)); 18 …pe/" xmlns:ns1="http://soapinterop.org/xsd"><SOAP-ENV:Body><ns1:x_Document ID="1">Test Document He… 20 …xmlns:ns1="http://soapinterop.org/xsd"><SOAP-ENV:Body><ns1:result_Document ID="1">Test Document He…
|
/PHP-8.3/ext/session/tests/ |
H A D | bug68063.phpt | 13 // Empty session ID may happen by browser bugs 18 // Start the session with empty string should result in new session ID 21 // Returns newly created session ID
|
/PHP-8.3/ext/session/tests/user_session_module/ |
H A D | save_handler.inc | 17 * Collision detection is mandatory to reject attacker initialized session ID. 25 // string $session_name - Session ID cookie name. Default: session.name 50 // string $id - Session ID string 70 // string $id - Session ID string 91 // string $id - Session ID string 129 /* Create new secure session ID */ 135 // must generate secure session ID by yourself. 141 // MUST return session ID string. 146 /* Check session ID collision */ 148 // string $id - Session ID string [all …]
|
/PHP-8.3/ext/mysqli/tests/ |
H A D | mysqli_fetch_object.phpt | 12 … if (!$res = mysqli_query($link, "SELECT id AS ID, label FROM test AS TEST ORDER BY id LIMIT 5")) { 17 if (($obj->ID !== "1") || ($obj->label !== "a") || (get_class($obj) != 'stdClass')) { 23 public $ID; 34 …if (($obj->ID !== "2") || ($obj->label !== "b") || ($obj->a !== NULL) || ($obj->b !== NULL) || (ge… 52 …if (($obj->ID !== "3") || ($obj->label !== "c") || ($obj->a !== NULL) || ($obj->b !== NULL) || (ge… 62 …if (($obj->ID !== "4") || ($obj->label !== "d") || ($obj->a !== 'a') || ($obj->b !== NULL) || (get… 71 …if (($obj->ID !== "5") || ($obj->label !== "e") || ($obj->a !== 'a') || ($obj->b !== 'b') || (get_… 81 if (!$res = mysqli_query($link, "SELECT id AS ID, label FROM test AS TEST")) { 92 if (!$res = mysqli_query($link, "SELECT id AS ID, label FROM test AS TEST ORDER BY id LIMIT 5")) 109 if (!$res = mysqli_query($link, "SELECT id AS ID, label FROM test AS TEST ORDER BY id LIMIT 5"))
|
H A D | mysqli_fetch_object_oo.phpt | 14 if (!$res = $mysqli->query("SELECT id AS ID, label FROM test AS TEST ORDER BY id LIMIT 5")) { 34 if (($obj->ID !== "1") || ($obj->label !== "a") || (get_class($obj) != 'stdClass')) { 40 public $ID; 51 …if (($obj->ID !== "2") || ($obj->label !== "b") || ($obj->a !== NULL) || ($obj->b !== NULL) || (ge… 74 …if (($obj->ID !== "4") || ($obj->label !== "d") || ($obj->a !== 'a') || ($obj->b !== NULL) || (get… 83 …if (($obj->ID !== "5") || ($obj->label !== "e") || ($obj->a !== 'a') || ($obj->b !== 'b') || (get_… 93 if (!$res = mysqli_query($link, "SELECT id AS ID, label FROM test AS TEST")) {
|
/PHP-8.3/ext/xmlreader/tests/ |
H A D | 008.phpt | 11 <MOVIE ID="x200338360"> 16 <MOVIE ID="m200338361"> 43 <MOVIE ID="x200338360"> 48 <MOVIE ID="m200338361">
|
/PHP-8.3/ext/iconv/tests/ |
H A D | bug77147.phpt | 8 Feedback-ID: 014a93e3-1f5e-4df6-b347-6b59f0f746b8:b5891053-55d1-45bc-a0b5-47a7a9b59687:email:epslh1� 15 ["Feedback-ID"]=>
|
/PHP-8.3/ext/pcntl/tests/ |
H A D | pcntl_setpriority_error_darwin.phpt | 47 pcntl_setpriority(): Argument #2 ($process_id) is not a valid process, process group, or user ID 49 …rocess was located, but neither its effective nor real user ID matched the effective user ID of th…
|
/PHP-8.3/ext/date/tests/ |
H A D | timezones.phpt | 19 Notice: date_default_timezone_set(): Timezone ID 'AAA' is invalid in %stimezones.php on line 4 22 Notice: date_default_timezone_set(): Timezone ID 'ZZZ' is invalid in %stimezones.php on line 5
|