Searched refs:second (Results 301 – 325 of 379) sorted by relevance
1...<<111213141516
/PHP-5.5/sapi/apache_hooks/ |
H A D | php_apache.c | 580 zval *second = NULL; in add_header_to_table() local 589 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "z|zb", &first, &second, &replace) == FAILURE… in add_header_to_table() 634 convert_to_string_ex(&second); in add_header_to_table() 636 ap_table_set(t, Z_STRVAL_P(first), Z_STRVAL_P(second)); in add_header_to_table() 638 ap_table_merge(t, Z_STRVAL_P(first), Z_STRVAL_P(second)); in add_header_to_table()
|
/PHP-5.5/ext/standard/tests/file/ |
H A D | chmod_variation4.phpt | 2 Test chmod() function : second parameter variation
|
H A D | file_variation3.phpt | 2 Test file() function : second parameter variation
|
/PHP-5.5/ext/posix/tests/ |
H A D | posix_kill_variation2.phpt | 2 Test posix_kill() function : usage variations - second parameter type
|
/PHP-5.5/ext/dom/tests/ |
H A D | domelement.phpt | 58 $element_ns = new DOMElement('newns2:myelement', 'second default content', 'urn::dummyns');
|
/PHP-5.5/ext/mysqli/tests/ |
H A D | mysqli_select_db.phpt | 45 // Yippie, a second database to play with - that's great because mysqli_select_db
|
H A D | mysqli_class_mysqli_interface.phpt | 299 … second avg: %d.%d'/string ('Uptime: %d Threads: %d Questions: %d Slow queries: %d Opens: %d …
|
H A D | mysqli_insert_id.phpt | 77 between the second last insert and the lock, therefore don't stop just bail
|
/PHP-5.5/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_last_insert_id.phpt | 75 // warnings are unhandy, lets go for exceptions for a second
|
/PHP-5.5/ext/date/tests/ |
H A D | idate_variation2.phpt | 2 Test idate() function : usage variation - Passing unexpected values to second optional argument 'ti…
|
H A D | gmmktime_variation2.phpt | 2 Test gmmktime() function : usage variation - Passing unexpected values to second argument minute.
|
H A D | strftime_variation2.phpt | 2 Test strftime() function : usage variation - Passing unexpected values to second argument 'timestam…
|
H A D | gmstrftime_variation2.phpt | 2 Test gmstrftime() function : usage variation - Passing unexpected values to second argument 'timest…
|
H A D | date_sunrise_variation2.phpt | 2 Test date_sunrise() function : usage variation - Passing unexpected values to second argument forma…
|
H A D | date_sunset_variation2.phpt | 2 Test date_sunset() function : usage variation - Passing unexpected values to second argument format.
|
H A D | mktime_variation1.phpt | 5 /* Prototype : int mktime ([ int $hour= date("H") [, int $minute= date("i") [, int $second= dat…
|
/PHP-5.5/ext/standard/tests/strings/ |
H A D | printf_variation1.phpt | 17 $arg1 = "second arg";
|
H A D | sprintf_variation1.phpt | 17 $arg1 = "second arg";
|
/PHP-5.5/tests/lang/ |
H A D | bug20175.phpt | 64 * initialised in second call to wow_static() and hence shouldn't call
|
/PHP-5.5/ext/gd/tests/ |
H A D | imagecolorallocate_variation2.phpt | 2 Test imagecolorallocate() function : usage variations - passing different data types to second arg…
|
/PHP-5.5/ext/standard/tests/array/ |
H A D | array_combine_variation1.phpt | 7 * and the elements of the second as the corresponding values
|
H A D | array_combine_variation2.phpt | 7 * and the elements of the second as the corresponding values
|
H A D | array_merge_recursive_variation4.phpt | 56 // initialise the second array
|
H A D | array_merge_recursive_variation5.phpt | 56 // initialise the second array
|
/PHP-5.5/ext/standard/tests/general_functions/ |
H A D | call_user_func_array_variation_003.phpt | 2 Test call_user_func_array() function : second parameter variation
|
Completed in 49 milliseconds
1...<<111213141516