Home
last modified time | relevance | path

Searched refs:function (Results 376 – 400 of 7337) sorted by last modified time

1...<<11121314151617181920>>...294

/PHP-7.4/ext/standard/tests/array/
H A Darsort_object2.phpt2 Test arsort() function : object functionality - sorting objects with diff. accessibility of member …
7 Elements will be arranged from highest to lowest when this function has completed.
26 function __construct($value1, $value2,$value3){
41 function __construct($value1, $value2,$value3){
48 function __tostring() {
68 // testing arsort() function by supplying integer object array, flag value is default
73 // testing arsort() function by supplying string object array, flag value is default
79 // testing arsort() function by supplying integer object array, flag value = SORT_REGULAR
84 // testing arsort() function by supplying string object array, flag value = SORT_REGULAR
/PHP-7.4/ext/standard/tests/misc/
H A Dtime_sleep_until_basic.phpt2 time_sleep_until() function - basic test for time_sleep_until()
/PHP-7.4/ext/standard/tests/strings/
H A Dvsprintf_variation18.phpt2 Test vsprintf() function : usage variations - scientific formats with non-scientific values
12 * the '$format' and '$args' arguments of the function
H A Dvsprintf_variation4_64bit.phpt2 Test vsprintf() function : usage variations - int formats with non-integer values
16 * the '$format' and '$args' arguments of the function
H A Dvsprintf_variation6.phpt2 Test vsprintf() function : usage variations - float formats with non-float values
12 * the '$format' and '$args' arguments of the function
H A Dvsprintf_variation8.phpt2 Test vsprintf() function : usage variations - string formats with non-string values
12 * the '$format' and '$args' arguments of the function
/PHP-7.4/ext/reflection/tests/
H A Dbug79115.phpt7 function __construct() { echo __FUNCTION__ . "\n"; }
8 function __destruct() { echo __FUNCTION__ . "\n"; }
/PHP-7.4/ext/opcache/tests/
H A Dbug78014.phpt16 function foo(): int { return 24; }
H A Dpreload_013.phpt2 Nested function definition
H A Dpreload.inc2 function f1() {
6 function f2() {
11 function foo();
12 function bar();
15 function foo();
19 function bar() { }
23 function foo() { }
27 static function foo() {
33 static function bar() {
48 function get_anon() {
[all …]
/PHP-7.4/ext/mbstring/tests/
H A Dbug79154.phpt11 public function __toString()
/PHP-7.4/ext/imap/
H A Dconfig.m419 dnl PHP_IMAP_TEST_BUILD(function, action-if-ok, action-if-not-ok, extra-libs, extra-source)
128 dnl Check for new version of the utf8_mime2text() function
234 dnl therefore test another function utf8_to_mutf7_php() which calls
235 dnl the utf8_to_mutf7() function with the empty string as an argument.
242 AC_MSG_CHECKING(whether rfc822_output_address_list function present)
/PHP-7.4/ext/curl/tests/
H A Dbug48203_multi.phpt10 function checkForClosedFilePointer($target_url, $curl_option, $description) {
/PHP-7.4/ext/calendar/tests/
H A Deaster_date.phpt22 Warning: easter_date(): This function is only valid for years between 1970 and 2037 inclusive in %s…
/PHP-7.4/Zend/tests/type_declarations/variance/
H A Dparent_in_class_success.phpt9 public function method(parent $x) {}
12 public function method(P2 $x) {}
18 public function method($x): parent {}
21 public function method($x): parent {}
H A Dtrait_error.phpt9 function method($a): A {}
12 function method($r): B {}
H A Dtrait_success.phpt8 spl_autoload_register(function() {
15 abstract public function func(): ?InterfaceA;
19 public function func(): ?InterfaceB {}
/PHP-7.4/Zend/
H A Dzend_language_parser.y260 %type <num> returns_ref function fn is_reference is_variadic variable_modifiers
491 function returns_ref T_STRING backup_doc_comment '(' parameter_list ')' return_type
731 | method_modifiers function returns_ref identifier backup_doc_comment '(' parameter_list ')'
1001 function returns_ref backup_doc_comment '(' parameter_list ')' lexical_vars return_type
1018 function:
/PHP-7.4/ext/standard/tests/serialize/
H A Dsleep_mangled_name_clash.phpt7 public function __sleep() {
H A Dbug70219_1.phpt16 function serialize() {
19 function unserialize($data) {
H A Dsleep_deref.phpt8 public function __sleep() {
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native.phpt15function prepex($offset, &$db, $query, $input_params = null, $error_info = null, $suppress_warning…
/PHP-7.4/ext/session/tests/
H A Dbug79031.phpt8 public function __construct($prop)
12 public function __set($key, $value)
16 public function serialize()
20 public function unserialize($data)
/PHP-7.4/Zend/tests/
H A Dbug60909_1.phpt2 Bug #60909 (custom error handler throwing Exception + fatal error = no shutdown function).
5 register_shutdown_function(function(){echo("\n\n!!!shutdown!!!\n\n");});
6 set_error_handler(function($errno, $errstr, $errfile, $errline){
H A Dbug73816.phpt6 function anon()

Completed in 85 milliseconds

1...<<11121314151617181920>>...294