Searched refs:second (Results 276 – 300 of 379) sorted by relevance
1...<<111213141516
/PHP-5.5/ext/pdo/ |
H A D | TODO | 9 an array of parameters as the second argument, pushing the remaining
|
/PHP-5.5/ext/mysql/tests/ |
H A D | mysql_max_links.phpt | 46 // should be allowed -> second open connection
|
H A D | mysql_select_db.phpt | 43 // Yippie, a second database to play with - that's great because mysql_select_db
|
H A D | mysql_pconn_reuse.phpt | 45 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 D | strspn_variation6.phpt | 30 second line of heredoc string
|
H A D | quoted_printable_decode_variation1.phpt | 17 $arg1 = "second arg";
|
/PHP-5.5/sapi/apache/ |
H A D | apMakefile.tmpl | 40 # first these files aren't still shared objects and second we
|
/PHP-5.5/sapi/apache_hooks/ |
H A D | apMakefile.tmpl | 40 # first these files aren't still shared objects and second we
|
/PHP-5.5/ext/intl/tests/ |
H A D | dateformat_formatObject_error.phpt | 65 …ter::formatObject(): datefmt_format_object: bad format; the time format (second element of the arr…
|
/PHP-5.5/ext/mysqli/tests/ |
H A D | mysqli_pconn_limits.phpt | 29 printf("[002] Cannot open second regular connection, [%d] %s\n",
|
H A D | mysqli_auth_pam.phpt | 42 printf("skip Cannot create second DB user [%d] %s", mysqli_errno($link), mysqli_error($link));
|
H A D | bug34810.phpt | 96 … %d Slow queries: %d Opens: %d Flush tables: %d Open tables: %d Queries per second avg: %d.%d"
|
H A D | mysqli_change_user_locks_temporary.phpt | 16 printf("[001] Cannot create second connection handle, [%d] %s\n",
|
/PHP-5.5/ext/date/lib/ |
H A D | tm2unixtime.c | 359 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 D | parse_date.re | 189 { "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 D | pdo_mysql_prepare_emulated.phpt | 115 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 D | DateTime_data-spring-type3-type3.inc | 19 * + dtsec: daylight time first second 2010-03-14 03:00:00
|
H A D | DateTime_data-spring-type2-type3.inc | 19 * + dtsec: daylight time first second 2010-03-14 03:00:00 EDT
|
H A D | DateTime_data-spring-type3-type2.inc | 19 * + dtsec: daylight time first second 2010-03-14 03:00:00 EDT
|
H A D | DateTime_data-spring-type2-type2.inc | 19 * + dtsec: daylight time first second 2010-03-14 03:00:00 EDT
|
/PHP-5.5/ext/standard/tests/array/ |
H A D | array_combine_variation5.phpt | 7 * and the elements of the second as the corresponding values
|
H A D | array_merge.phpt | 39 foreach($end_array as $second) { 41 $result = array_merge($first, $second);
|
H A D | array_combine_variation4.phpt | 7 * and the elements of the second as the corresponding values
|
/PHP-5.5/ext/standard/tests/file/ |
H A D | basename_variation4.phpt | 2 Test basename() function : second parameter type variation
|
/PHP-5.5/ext/intl/calendar/ |
H A D | calendar_class.cpp | 339 ZEND_ARG_INFO(0, second) 383 ZEND_ARG_INFO(0, second)
|
Completed in 43 milliseconds
1...<<111213141516