Searched refs:get_extension_funcs (Results 1 – 7 of 7) sorted by relevance
2 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 %d35 Warning: get_extension_funcs() expects exactly 1 parameter, 2 given in %s on line %d
2 Test get_extension_funcs() function: basic test5 /* 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
2 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() function75 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 %d109 Warning: get_extension_funcs() expects parameter 1 to be string, array given in %s on line %d113 Warning: get_extension_funcs() expects parameter 1 to be string, array given in %s on line %d131 Warning: get_extension_funcs() expects parameter 1 to be string, resource given in %s on line %d
37 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
8 $functions = get_extension_funcs($module);
7 $funcs = get_extension_funcs("intl");
80 static ZEND_FUNCTION(get_extension_funcs);272 ZEND_FE(get_extension_funcs, arginfo_extension_loaded)2306 ZEND_FUNCTION(get_extension_funcs) in ZEND_FUNCTION() argument
Completed in 24 milliseconds