Home
last modified time | relevance | path

Searched refs:second (Results 176 – 200 of 379) sorted by relevance

12345678910>>...16

/PHP-5.5/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_loadXML_error2.phpt7 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_load_error2.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-5.5/ext/oci8/tests/
H A Dbug42173.phpt37 interval'1 2:20:20.123' day to second,
38 interval'1 2:20:20.12345' day to second)");
/PHP-5.5/ext/date/tests/
H A DDateTime_construct_variation2.phpt2 Test new DateTime() function : usage variation - Passing unexpected values to second argument $time…
11 echo "*** Testing new DateTime() : usage variation - unexpected values to second argument \$timezo…
118 *** Testing new DateTime() : usage variation - unexpected values to second argument $timezone***
H A Ddate_variation2.phpt2 Test date() function : usage variation - Passing unexpected values to second argument $timestamp.
10 echo "*** Testing date() : usage variation - unexpected values to second argument \$timestamp***\n…
110 *** Testing date() : usage variation - unexpected values to second argument $timestamp***
H A Dmktime_variation4.phpt5 /* Prototype : int mktime ([ int $hour= date("H") [, int $minute= date("i") [, int $second= dat…
99 $second = 45;
103 var_dump( mktime($hour, $minute, $second, $month) );
H A Dmktime_variation5.phpt5 /* Prototype : int mktime ([ int $hour= date("H") [, int $minute= date("i") [, int $second= dat…
99 $second = 45;
104 var_dump( mktime($hour, $minute, $second, $month, $day) );
H A Dmktime_variation6.phpt5 /* Prototype : int mktime ([ int $hour= date("H") [, int $minute= date("i") [, int $second= dat…
99 $second = 45;
105 var_dump( mktime($hour, $minute, $second, $month, $day, $year) );
H A DDateTime_setTime_basic1.phpt5 /* Prototype : public DateTime DateTime::setTime ( int $hour , int $minute [, int $second ] )
/PHP-5.5/ext/interbase/tests/
H A D005.phpt148 echo "one row in second transaction\n";
172 transactions on second link
252 one row in second transaction
/PHP-5.5/ext/simplexml/tests/
H A D014b.phpt2 SimpleXML: adding/removing attributes (second)
/PHP-5.5/ext/soap/tests/schema/
H A Dschema059.phpt2 SOAP XML Schema 59: SOAP 1.2 Array (second way, literal encoding)
H A Dschema061.phpt2 SOAP XML Schema 61: SOAP 1.2 Multidimensional array (second way, literal encoding)
/PHP-5.5/ext/standard/tests/array/
H A Dbug45312.phpt2 Bug #45312 (Segmentation fault on second request for array functions)
H A Darray_combine_basic.phpt7 * and the elements of the second as the corresponding values
H A Darray_combine_variation6.phpt7 * and the elements of the second as the corresponding values
/PHP-5.5/ext/pdo_firebird/tests/
H A Dbug_62024.phpt2 Bug #62024 Cannot insert second row with null using parametrized query (Firebird PDO)
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_connect_charset.phpt20 …/* Done with the original connection, create a second link to test the character set being defined…
/PHP-5.5/ext/standard/tests/strings/
H A Dparse_str_error1.phpt17 $s1 = "first=val1&second=val2&third=val3";
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c44 unsigned int year, month, day, hour, minute, second; member
230 t.second = (unsigned int) to[7]; in ps_fetch_time()
245 …length = mnd_sprintf(&value, 0, "%s%02u:%02u:%02u", (t.neg ? "-" : ""), t.hour, t.minute, t.second in ps_fetch_time()
270 t.second_part = t.hour = t.minute = t.second = 0; in ps_fetch_date()
314 t.second = (unsigned int) to[6]; in ps_fetch_datetime()
316 t.hour = t.minute = t.second= 0; in ps_fetch_datetime()
326 …tf(&value, 0, "%04u-%02u-%02u %02u:%02u:%02u", t.year, t.month, t.day, t.hour, t.minute, t.second); in ps_fetch_datetime()
/PHP-5.5/ext/pdo_sqlite/
H A Dconfig.w3210 …// If pdo_sqlite is static, and sqlite3 is also static, then we don't add a second copy of the sql…
/PHP-5.5/ext/standard/tests/misc/
H A Dtime_sleep_until_basic.phpt19 // to 10th of a second. this means there can be up to a .9 millisecond difference

Completed in 53 milliseconds

12345678910>>...16