Home
last modified time | relevance | path

Searched refs:function (Results 6776 – 6800 of 7077) sorted by relevance

1...<<271272273274275276277278279280>>...284

/PHP-5.6/Zend/tests/
H A Dbug42819.phpt141 function oops($a = array(foo\unknown)){}
/PHP-5.6/ext/standard/tests/general_functions/
H A Dis_numeric.phpt2 Test is_numeric() function
/PHP-5.6/ext/standard/tests/array/
H A Darray_reverse_variation1.phpt2 Test array_reverse() function : usage variations - unexpected values for 'array' argument
22 public function __toString(){
H A Dkrsort_basic.phpt2 Test krsort() function : basic functionality
/PHP-5.6/win32/build/
H A Dconfig.w32.phpize.in285 function probe_basic_headers()
295 function add_extra_dirs()
/PHP-5.6/ext/mysqli/tests/
H A Dmysqli_report.phpt48 …// mysqli_ping() cannot be tested, because one would need to cause an error inside the C function
53 …esult() cannot be tested, because one would need to cause an error inside the C function to test it
/PHP-5.6/ext/intl/tests/
H A Ddateformat_format_variant2.phpt12 * Test for the datefmt_format function
16 function ut_main()
H A Ddateformat_format_variant3.phpt12 * Test for the datefmt_format function
16 function ut_main()
/PHP-5.6/ext/standard/
H A Dbasic_functions.c4996 zval *function = tick_fe->arguments[0]; local
5003 function,
5013 if (Z_TYPE_P(function) == IS_STRING) {
5015 } else if ( Z_TYPE_P(function) == IS_ARRAY
5016 && zend_hash_index_find(Z_ARRVAL_P(function), 0, (void **) &obj) == SUCCESS
5017 && zend_hash_index_find(Z_ARRVAL_P(function), 1, (void **) &method) == SUCCESS
5752 zval *function; local
5755 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "z/", &function) == FAILURE) {
5763 if (Z_TYPE_P(function) != IS_ARRAY && Z_TYPE_P(function) != IS_OBJECT) {
5764 convert_to_string(function);
[all …]
/PHP-5.6/ext/mbstring/libmbfl/
H A DLICENSE175 d) If a facility in the modified Library refers to a function or a
179 in the event an application does not supply such function or
183 (For example, a function in a library to compute square roots has
186 application-supplied function or table used by this function must
188 root function must still compute square roots.)
/PHP-5.6/Zend/
H A Dzend_language_parser.y414function is_reference T_STRING { zend_do_begin_function_declaration(&$1, &$3, 0, $2.op_type, NULL …
631 …| method_modifiers function is_reference T_STRING { zend_do_begin_function_declaration(&$2, &$4, 1…
852 …| function is_reference { zend_do_begin_lambda_function_declaration(&$$, &$1, $2.op_type, 0 TSRMLS…
855 …| T_STATIC function is_reference { zend_do_begin_lambda_function_declaration(&$$, &$2, $3.op_type,…
879 function:
/PHP-5.6/ext/date/tests/
H A Ddate_sun_info_variation1.phpt2 Test date_sun_info() function : error variations - Pass unexpected values for time argument
H A Ddate_sun_info_variation2.phpt2 Test date_sun_info() function : error variations - Pass unexpected values for latitude argument
H A Ddate_sun_info_variation3.phpt2 Test date_sun_info() function : usage variations - Pass unexpected values for longitude argument
/PHP-5.6/ext/standard/tests/file/
H A Dfgetss_variation1.phpt2 Test fgetss() function : usage variations - write only modes
/PHP-5.6/ext/oci8/tests/
H A Drefcur_prefetch_2.phpt131 function print_roundtrips($c) {
H A Dbind_sqltint.phpt25 function check_col($c, $colname, $id)
H A Dimp_res_field.phpt54 function print_fields($s)
/PHP-5.6/ext/standard/tests/strings/
H A Dget_html_translation_table_basic1.phpt2 Test get_html_translation_table() function : basic functionality - with default args
H A Dhtmlentities24.phpt2 Test htmlentities() function
H A Dhtmlspecialchars.phpt2 Test htmlspecialchars() function
H A Dparse_str_basic3.phpt2 Test parse_str() function : basic functionality
H A Dsprintf_variation34_64bit.phpt2 Test sprintf() function : usage variations - hexa formats with integer values
H A Dsprintf_variation9.phpt2 Test sprintf() function : usage variations - float formats with float values
/PHP-5.6/ext/standard/tests/url/
H A Dparse_url_basic_004.phpt2 Test parse_url() function: Parse a load of URLs without specifying PHP_URL_PORT as the URL componen…

Completed in 59 milliseconds

1...<<271272273274275276277278279280>>...284