Home
last modified time | relevance | path

Searched refs:second (Results 226 – 250 of 360) sorted by relevance

12345678910>>...15

/PHP-8.1/ext/pdo_pgsql/tests/
H A Dgetnotify.phpt72 // Test second parameter, should wait 2 seconds because no notify is queued
79 // Test second parameter, should return immediately because a notify is queued
/PHP-8.1/ext/oci8/tests/
H A Dbug42173.phpt39 interval'1 2:20:20.123' day to second,
40 interval'1 2:20:20.12345' day to second)");
H A Ddrcp_conn_close2.phpt17 // the second connection will be different
H A Ddrcp_pconn_close2.phpt17 // the second connection will be different
/PHP-8.1/ext/standard/tests/array/
H A Dbug45312.phpt2 Bug #45312 (Segmentation fault on second request for array functions)
H A Darray_merge_recursive_variation7.phpt27 // initialize the second argument
H A Darray_merge_recursive_variation8.phpt14 // initialize the second argument
/PHP-8.1/ext/pdo_firebird/tests/
H A Dbug_62024.phpt2 Bug #62024 Cannot insert second row with null using parametrized query (Firebird PDO)
/PHP-8.1/ext/intl/tests/
H A Dgregoriancalendar___construct_error.phpt47 IntlGregorianCalendar::__construct(): Argument #6 ($second) must be of type int, array given
/PHP-8.1/ext/date/tests/
H A Ddate_parse_error.phpt30 ["second"]=>
/PHP-8.1/ext/dom/tests/
H A DDOMDocument_loadXML_error1.phpt7 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_load_error1.phpt7 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_load_variation4.phpt8 - LOAD_OPTIONS: the second parameter to pass to the method
/PHP-8.1/ext/soap/tests/schema/
H A Dschema061.phpt2 SOAP XML Schema 61: SOAP 1.2 Multidimensional array (second way, literal encoding)
H A Dschema024.phpt2 SOAP XML Schema 24: SOAP 1.1 Array (second way)
H A Dschema082.phpt2 SOAP XML Schema 82: SOAP 1.1 Array with SOAP_USE_XSI_ARRAY_TYPE (second way)
/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_connect_charset.phpt21 …/* Done with the original connection, create a second link to test the character set being defined…
/PHP-8.1/ext/phar/tests/tar/
H A Dphar_stub_error.phpt23 $newstub = '<?php echo "second stub\n"; _x_HALT_COMPILER(); ?>';
/PHP-8.1/ext/phar/tests/zip/
H A Dphar_stub_error.phpt22 $newstub = '<?php echo "second stub\n"; _x_HALT_COMPILER(); ?>';
/PHP-8.1/ext/standard/tests/strings/
H A Dhttp_build_query_variation2.phpt2 …nction: usage variations - first arguments as multidimensional array and second argument present/n…
/PHP-8.1/ext/simplexml/tests/
H A D000.phpt84 string(6) "second"
119 string(6) "second"
H A Dsxe_002.phpt27 <elem11 attr2='second'>
H A D006.phpt26 <elem11 attr2='second'>
/PHP-8.1/ext/mbstring/tests/
H A Dcp5022x_encoding.phpt19 * two different ranges of 94 which the second byte can fall in, and
22 $second = $bytes & 0xFF;
24 if ($second > 0x9E) {
25 $kuten = ((($hi_bits << 1) + 0x22) << 8) + ($second - 0x9F + 0x21);
26 } else if ($second > 0x7F) {
27 $kuten = ((($hi_bits << 1) + 0x21) << 8) + ($second - 0x80 + 63 + 0x21);
29 $kuten = ((($hi_bits << 1) + 0x21) << 8) + ($second - 0x40 + 0x21);
/PHP-8.1/ext/phar/tests/
H A Dphar_stub_error.phpt25 $newstub = '<?php echo "second stub\n"; _x_HALT_COMPILER(); ?>';

Completed in 23 milliseconds

12345678910>>...15