Home
last modified time | relevance | path

Searched refs:get_extension_funcs (Results 1 – 7 of 7) sorted by relevance

/php-src/ext/standard/tests/general_functions/
H A Dget_extension_funcs_basic.phpt2 Test get_extension_funcs() function: basic test
5 echo "Simple testcase for get_extension_funcs() function\n";
7 $result = get_extension_funcs("standard");
12 var_dump(get_extension_funcs("foo"));
16 Simple testcase for get_extension_funcs() function
/php-src/Zend/tests/
H A D017.phpt31 var_dump(get_extension_funcs(true));
32 var_dump(gettype(get_extension_funcs("standard")));
33 var_dump(count(get_extension_funcs("standard")));
34 var_dump(gettype(get_extension_funcs("zend")));
35 var_dump(count(get_extension_funcs("zend")));
H A Dbug66218.phpt9 $tab = get_extension_funcs("standard");
/php-src/ext/intl/tests/
H A Dbadargs.phpt7 $funcs = get_extension_funcs("intl");
/php-src/Zend/
H A Dzend_builtin_functions.stub.php187 function get_extension_funcs(string $extension): array|false {} function
H A Dzend_builtin_functions_arginfo.h283 ZEND_FUNCTION(get_extension_funcs);
345 ZEND_FE(get_extension_funcs, arginfo_get_extension_funcs)
H A Dzend_builtin_functions.c2112 ZEND_FUNCTION(get_extension_funcs) in ZEND_FUNCTION() argument

Completed in 30 milliseconds