Home
last modified time | relevance | path

Searched refs:functions (Results 126 – 150 of 1113) sorted by relevance

12345678910>>...45

/PHP-7.4/ext/standard/tests/file/
H A Dbug41874_3.phpt2 bug #41874 (Separate STDOUT and STDERR in exec functions)
H A Dbug41874_2.phpt2 bug #41874 (Separate STDOUT and STDERR in exec functions)
H A D007_variation15.phpt2 Test fopen and fclose() functions - usage variations - "xt" mode
27 echo "*** Test fopen() & fclose() functions: with 'xt' mode ***\n";
46 *** Test fopen() & fclose() functions: with 'xt' mode ***
H A D007_variation16.phpt2 Test fopen and fclose() functions - usage variations - "x+t" mode
27 echo "*** Test fopen() & fclose() functions: with 'x+t' mode ***\n";
46 *** Test fopen() & fclose() functions: with 'x+t' mode ***
H A D007_variation23.phpt2 Test fopen and fclose() functions - usage variations - "xb" mode
27 echo "*** Test fopen() & fclose() functions: with 'xb' mode ***\n";
46 *** Test fopen() & fclose() functions: with 'xb' mode ***
H A D007_variation24.phpt2 Test fopen and fclose() functions - usage variations - "x+b" mode
27 echo "*** Test fopen() & fclose() functions: with 'x+b' mode ***\n";
46 *** Test fopen() & fclose() functions: with 'x+b' mode ***
H A D007_variation7.phpt2 Test fopen and fclose() functions - usage variations - "x" mode
27 echo "*** Test fopen() & fclose() functions: with 'x' mode ***\n";
46 *** Test fopen() & fclose() functions: with 'x' mode ***
H A Dbug41874.phpt2 bug #41874 (Separate STDOUT and STDERR in exec functions)
/PHP-7.4/Zend/tests/
H A Dns_031.phpt2 031: Namespace support for user functions (ns name)
H A Dbug43450.phpt2 Bug #43450 (Memory leak on some functions with implicit object __toString() call)
/PHP-7.4/ext/intl/tests/
H A Didn.phpt9 * Test IDN functions (procedural only)
/PHP-7.4/Zend/tests/arrow_functions/
H A D003.phpt2 Variable-variables inside arrow functions
/PHP-7.4/Zend/tests/type_declarations/
H A Dscalar_none.phpt6 $functions = [
17 foreach ($functions as $type => $function) {
H A Dscalar_null.phpt6 $functions = [
17 foreach ($functions as $type => $function) {
/PHP-7.4/ext/standard/tests/serialize/
H A Dserialization_error_002.phpt8 * Alias to functions:
13 * Alias to functions:
/PHP-7.4/ext/standard/tests/class_object/
H A Dclass_exists_variation_003.phpt8 * Alias to functions:
H A Dtrait_class_exists_variation_003.phpt8 * Alias to functions:
H A Dget_class_variation_002.phpt8 * Alias to functions:
H A Dget_object_vars_variation_001.phpt8 * Alias to functions:
/PHP-7.4/ext/pcre/tests/
H A Dbug70345.phpt2 Bug #70345 (Multiple vulnerabilities related to PCRE functions)
/PHP-7.4/ext/standard/tests/general_functions/
H A Dis_callable_variation2.phpt10 /* Prototype: void check_iscallable( $functions );
14 function check_iscallable( $functions ) {
16 foreach($functions as $func) {
H A Dgetmypid_basic.phpt8 * Alias to functions:
/PHP-7.4/tests/lang/
H A Dbug23922.phpt2 Bug #23922 (scope doesn't properly propagate into internal functions)
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_info.c433 HashTable functions; in PHPDBG_INFO() local
435 zend_hash_init(&functions, 8, NULL, NULL, 0); in PHPDBG_INFO()
440 zend_hash_next_index_insert_ptr(&functions, zf); in PHPDBG_INFO()
447 …bg_notice("functioninfo", "num=\"%d\"", "User Functions (%d)", zend_hash_num_elements(&functions)); in PHPDBG_INFO()
449 ZEND_HASH_FOREACH_PTR(&functions, zf) { in PHPDBG_INFO()
461 zend_hash_destroy(&functions); in PHPDBG_INFO()
/PHP-7.4/ext/spl/tests/
H A Dbug61697.phpt2 Bug #61697 (spl_autoload_functions returns lambda functions incorrectly)

Completed in 76 milliseconds

12345678910>>...45