Home
last modified time | relevance | path

Searched refs:second (Results 276 – 300 of 379) sorted by relevance

1...<<111213141516

/PHP-5.5/ext/pdo/
H A DTODO9 an array of parameters as the second argument, pushing the remaining
/PHP-5.5/ext/mysql/tests/
H A Dmysql_max_links.phpt46 // should be allowed -> second open connection
H A Dmysql_select_db.phpt43 // Yippie, a second database to play with - that's great because mysql_select_db
H A Dmysql_pconn_reuse.phpt45 printf("[004] Looks like the second call to pconnect() did not give us the same connection.\n");
/PHP-5.5/ext/standard/tests/strings/
H A Dstrspn_variation6.phpt30 second line of heredoc string
H A Dquoted_printable_decode_variation1.phpt17 $arg1 = "second arg";
/PHP-5.5/sapi/apache/
H A DapMakefile.tmpl40 # first these files aren't still shared objects and second we
/PHP-5.5/sapi/apache_hooks/
H A DapMakefile.tmpl40 # first these files aren't still shared objects and second we
/PHP-5.5/ext/intl/tests/
H A Ddateformat_formatObject_error.phpt65 …ter::formatObject(): datefmt_format_object: bad format; the time format (second element of the arr…
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_pconn_limits.phpt29 printf("[002] Cannot open second regular connection, [%d] %s\n",
H A Dmysqli_auth_pam.phpt42 printf("skip Cannot create second DB user [%d] %s", mysqli_errno($link), mysqli_error($link));
H A Dbug34810.phpt96 … %d Slow queries: %d Opens: %d Flush tables: %d Open tables: %d Queries per second avg: %d.%d"
H A Dmysqli_change_user_locks_temporary.phpt16 printf("[001] Cannot create second connection handle, [%d] %s\n",
/PHP-5.5/ext/date/lib/
H A Dtm2unixtime.c359 static timelib_sll do_time(timelib_ull hour, timelib_ull minute, timelib_ull second) in do_time() argument
365 res += second; in do_time()
H A Dparse_date.re189 { "second", TIMELIB_SECOND, 1 },
234 { "second", 0, 2 },
828 second = minute | "60";
865 timelong24 = 't'? hour24[:.]minute[:.]second;
866 iso8601long = 't'? hour24 [:.] minute [:.] second frac;
900 wddx = year4 "-" month "-" day "T" hour24 ":" minute ":" second;
929 reltextnumber = 'first'|'second'|'third'|'fourth'|'fifth'|'sixth'|'seventh'|'eight'|'eighth'|'ninth…
931 reltextunit = (('sec'|'second'|'min'|'minute'|'hour'|'day'|'fortnight'|'forthnight'|'month'|'year')…
1076 if (i > 0) { /* first, second... etc */
1981 case 's': /* two digit second, with leading zero */
[all …]
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_emulated.phpt115 array(':placeholder' => 'second row'));
217 array('second row'));
358 %unicode|string%(10) "second row"
400 %unicode|string%(10) "second row"
/PHP-5.5/ext/date/tests/
H A DDateTime_data-spring-type3-type3.inc19 * + dtsec: daylight time first second 2010-03-14 03:00:00
H A DDateTime_data-spring-type2-type3.inc19 * + dtsec: daylight time first second 2010-03-14 03:00:00 EDT
H A DDateTime_data-spring-type3-type2.inc19 * + dtsec: daylight time first second 2010-03-14 03:00:00 EDT
H A DDateTime_data-spring-type2-type2.inc19 * + dtsec: daylight time first second 2010-03-14 03:00:00 EDT
/PHP-5.5/ext/standard/tests/array/
H A Darray_combine_variation5.phpt7 * and the elements of the second as the corresponding values
H A Darray_merge.phpt39 foreach($end_array as $second) {
41 $result = array_merge($first, $second);
H A Darray_combine_variation4.phpt7 * and the elements of the second as the corresponding values
/PHP-5.5/ext/standard/tests/file/
H A Dbasename_variation4.phpt2 Test basename() function : second parameter type variation
/PHP-5.5/ext/intl/calendar/
H A Dcalendar_class.cpp339 ZEND_ARG_INFO(0, second)
383 ZEND_ARG_INFO(0, second)

Completed in 43 milliseconds

1...<<111213141516