Home
last modified time | relevance | path

Searched refs:ID (Results 76 – 100 of 137) sorted by relevance

123456

/php-src/ext/session/tests/user_session_module/
H A Dsession_set_save_handler_multiple.phpt50 echo 'Validate ID', "\n";
86 Validate ID
H A Dbug79091.phpt65 Warning: session_create_id(): Failed to create new ID in %s on line %d
/php-src/ext/date/tests/
H A Ddate_default_timezone_set_error.phpt16 Notice: date_default_timezone_set(): Timezone ID 'foo' is invalid in %s on line %d
H A Dbug45543.phpt2 Test for bug #45543: DateTime::setTimezone cannot set timezones without ID.
/php-src/ext/standard/tests/general_functions/
H A Dbug60227_3.phpt8 header("X-Foo6: e\0Set-Cookie: ID=\n123\n d");
H A Dbug60227_1.phpt9 header("X-Foo5: e\rSet-Cookie: ID=123");
/php-src/ext/dom/tests/
H A Dbug81433.phpt2 Bug #81433 (DOMElement::setIdAttribute(attr, true) called twice removes ID)
H A Ddom007.phpt12 <!ATTLIST course cid ID #REQUIRED>
16 <!ATTLIST temp vid ID #REQUIRED>
/php-src/ext/opcache/tests/
H A Dbug75608.phpt24 $userBoostPointsRecalculate[$userId][] = $reaction['ID'];
/php-src/ext/mysqli/tests/
H A Dmysqli_fetch_object_no_object.phpt12 … if (!$res = mysqli_query($link, "SELECT id AS ID, label FROM test AS TEST ORDER BY id LIMIT 5")) {
H A Dmysqli_fetch_field.phpt22 … if (!$res = mysqli_query($link, "SELECT id AS ID, label FROM test AS TEST ORDER BY id LIMIT 1")) {
26 /* ID column, binary charset */
81 string(2) "ID"
H A Dmysqli_fetch_fields.phpt22 … if (!$res = mysqli_query($link, "SELECT id AS ID, label FROM test AS TEST ORDER BY id LIMIT 1")) {
59 string(2) "ID"
H A Dmysqli_fetch_field_oo.phpt22 if (!$res = $mysqli->query("SELECT id AS ID, label FROM test AS TEST ORDER BY id LIMIT 1")) {
59 string(2) "ID"
/php-src/ext/session/tests/
H A Dbug65475.phpt2 Bug #65475: Session ID is not initialized when session.usr_strict_mode=1
H A Dsession_id_basic.phpt19 // Turn off strice mode, since it does not allow uninitialized session ID
H A Dsession_id_error2.phpt34 Warning: session_id(): Session ID cannot be changed when a session is active in %s on line %d
H A D016.phpt21 Warning: session_start(): Failed to create session data file path. Too short session ID, invalid sa…
/php-src/ext/odbc/tests/
H A Dbug69975.phpt12 odbc_exec($conn, 'CREATE TABLE bug69975 (ID INT, VARCHAR_COL NVARCHAR(MAX))');
/php-src/ext/spl/tests/
H A Dfixedarray_003.phpt174 Warning: Resource ID#%d used as offset, casting to integer (%d) in %s on line %d
187 Warning: Resource ID#%d used as offset, casting to integer (%d) in %s on line %d
202 Warning: Resource ID#%d used as offset, casting to integer (%d) in %s on line %d
217 Warning: Resource ID#%d used as offset, casting to integer (%d) in %s on line %d
/php-src/Zend/tests/
H A Dlist_keyed_conversions.phpt33 Warning: Resource ID#%d used as offset, casting to integer (%d) in %s on line %d
/php-src/ext/intl/tests/
H A Dtimezone_getIanaID.phpt21 Warning: IntlTimeZone::getIanaID(): error obtaining IANA ID in %s on line %d
/php-src/ext/standard/tests/array/
H A Darray_map_variation4.phpt73 Warning: Resource ID#%d used as offset, casting to integer (%d) in %s on line %d
75 Warning: Resource ID#%d used as offset, casting to integer (%d) in %s on line %d
H A Darray_combine_variation4.phpt81 Warning: Resource ID#%d used as offset, casting to integer (%d) in %s on line %d
83 Warning: Resource ID#%d used as offset, casting to integer (%d) in %s on line %d
/php-src/ext/xml/tests/
H A Dxml004.phpt53 <ROOT ID="elem1">
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_case.phpt82 …if (!is_object($stmt = $db->query("SELECT id, label, MiXeD, MYUPPER, id AS 'ID' FROM {$table} ORDE…
181 ["ID"]=>
222 ["ID"]=>

Completed in 21 milliseconds

123456