Home
last modified time | relevance | path

Searched refs:second (Results 301 – 325 of 379) sorted by relevance

1...<<111213141516

/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c580 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 Dchmod_variation4.phpt2 Test chmod() function : second parameter variation
H A Dfile_variation3.phpt2 Test file() function : second parameter variation
/PHP-5.5/ext/posix/tests/
H A Dposix_kill_variation2.phpt2 Test posix_kill() function : usage variations - second parameter type
/PHP-5.5/ext/dom/tests/
H A Ddomelement.phpt58 $element_ns = new DOMElement('newns2:myelement', 'second default content', 'urn::dummyns');
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_select_db.phpt45 // Yippie, a second database to play with - that's great because mysqli_select_db
H A Dmysqli_class_mysqli_interface.phpt299second avg: %d.%d'/string ('Uptime: %d Threads: %d Questions: %d Slow queries: %d Opens: %d …
H A Dmysqli_insert_id.phpt77 between the second last insert and the lock, therefore don't stop just bail
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_last_insert_id.phpt75 // warnings are unhandy, lets go for exceptions for a second
/PHP-5.5/ext/date/tests/
H A Didate_variation2.phpt2 Test idate() function : usage variation - Passing unexpected values to second optional argument 'ti…
H A Dgmmktime_variation2.phpt2 Test gmmktime() function : usage variation - Passing unexpected values to second argument minute.
H A Dstrftime_variation2.phpt2 Test strftime() function : usage variation - Passing unexpected values to second argument 'timestam…
H A Dgmstrftime_variation2.phpt2 Test gmstrftime() function : usage variation - Passing unexpected values to second argument 'timest…
H A Ddate_sunrise_variation2.phpt2 Test date_sunrise() function : usage variation - Passing unexpected values to second argument forma…
H A Ddate_sunset_variation2.phpt2 Test date_sunset() function : usage variation - Passing unexpected values to second argument format.
H A Dmktime_variation1.phpt5 /* Prototype : int mktime ([ int $hour= date("H") [, int $minute= date("i") [, int $second= dat…
/PHP-5.5/ext/standard/tests/strings/
H A Dprintf_variation1.phpt17 $arg1 = "second arg";
H A Dsprintf_variation1.phpt17 $arg1 = "second arg";
/PHP-5.5/tests/lang/
H A Dbug20175.phpt64 * initialised in second call to wow_static() and hence shouldn't call
/PHP-5.5/ext/gd/tests/
H A Dimagecolorallocate_variation2.phpt2 Test imagecolorallocate() function : usage variations - passing different data types to second arg…
/PHP-5.5/ext/standard/tests/array/
H A Darray_combine_variation1.phpt7 * and the elements of the second as the corresponding values
H A Darray_combine_variation2.phpt7 * and the elements of the second as the corresponding values
H A Darray_merge_recursive_variation4.phpt56 // initialise the second array
H A Darray_merge_recursive_variation5.phpt56 // initialise the second array
/PHP-5.5/ext/standard/tests/general_functions/
H A Dcall_user_func_array_variation_003.phpt2 Test call_user_func_array() function : second parameter variation

Completed in 49 milliseconds

1...<<111213141516