Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/tests/general_functions/
H A Dget_extension_funcs_error.phpt2 Test get_extension_funcs() function : error conditions
5 /* Prototype : array get_extension_funcs ( string $module_name )
11 echo "*** Testing get_extension_funcs() : error conditions ***\n";
14 var_dump(get_extension_funcs());
18 var_dump(get_extension_funcs("standard", $extra_arg));
21 var_dump(get_extension_funcs("foo"));
26 *** Testing get_extension_funcs() : error conditions ***
30 Warning: get_extension_funcs() expects exactly 1 parameter, 0 given in %s on line %d
35 Warning: get_extension_funcs() expects exactly 1 parameter, 2 given in %s on line %d
H A Dget_extension_funcs_basic.phpt2 Test get_extension_funcs() function: basic test
5 /* Prototype : array get_extension_funcs ( string $module_name )
11 echo "Simple testcase for get_extension_funcs() function\n";
13 $result = get_extension_funcs("standard");
20 Simple testcase for get_extension_funcs() function
H A Dget_extension_funcs_variation.phpt2 Test get_extension_funcs() function : error conditions
5 /* Prototype : array get_extension_funcs ( string $module_name )
11 echo "*** Testing get_extension_funcs() function: with unexpected inputs for 'module_name' argument…
71 // loop through with each element of the $inputs array to test get_extension_funcs() function
75 var_dump( get_extension_funcs($input) );
84 *** Testing get_extension_funcs() function: with unexpected inputs for 'module_name' argument ***
105 Warning: get_extension_funcs() expects parameter 1 to be string, array given in %s on line %d
109 Warning: get_extension_funcs() expects parameter 1 to be string, array given in %s on line %d
113 Warning: get_extension_funcs() expects parameter 1 to be string, array given in %s on line %d
131 Warning: get_extension_funcs() expects parameter 1 to be string, resource given in %s on line %d
/PHP-5.5/Zend/tests/
H A D017.phpt37 var_dump(get_extension_funcs());
38 var_dump(get_extension_funcs(true));
39 var_dump(gettype(get_extension_funcs("standard")));
40 var_dump(count(get_extension_funcs("standard")));
41 var_dump(gettype(get_extension_funcs("zend")));
42 var_dump(count(get_extension_funcs("zend")));
79 Warning: get_extension_funcs() expects exactly 1 parameter, 0 given in %s on line %d
H A Dbug66218.phpt10 $tab = get_extension_funcs("standard");
/PHP-5.5/ext/skeleton/
H A Dskeleton.php8 $functions = get_extension_funcs($module);
/PHP-5.5/ext/intl/tests/
H A Dbadargs.phpt7 $funcs = get_extension_funcs("intl");
/PHP-5.5/Zend/
H A Dzend_builtin_functions.c83 static ZEND_FUNCTION(get_extension_funcs);
296 ZEND_FE(get_extension_funcs, arginfo_extension_loaded)
2438 ZEND_FUNCTION(get_extension_funcs) in ZEND_FUNCTION() argument

Completed in 24 milliseconds