Home
last modified time | relevance | path

Searched refs:functions (Results 1 – 25 of 536) sorted by relevance

12345678910>>...22

/php-src/tests/basic/
H A Dbug31875.phpt2 Bug #31875 get_defined_functions() should not list disabled functions
13 $functions = get_defined_functions();
14 var_dump(in_array($disabled_function, $functions['internal']));
16 $functions = get_defined_functions(false);
17 var_dump(in_array($disabled_function, $functions['internal']));
19 $functions = get_defined_functions(true);
20 var_dump(in_array($disabled_function, $functions['internal']));
/php-src/tests/classes/
H A Dmethod_call_variation_001.phpt6 public $functions;
13 $name = 'functions';
16 $c->functions[0] = 'foo';
17 $c->functions[1][2][3][4] = 'foo';
22 $c->functions[0](5, 6);
23 $c->functions[1][2][3][4](7, 8);
/php-src/ext/standard/tests/general_functions/
H A Dgettype_settype_error.phpt2 Test gettype() & settype() functions : error conditions
5 /* Test different error conditions of settype() and gettype() functions */
7 echo "**** Testing gettype() and settype() functions ****\n";
21 **** Testing gettype() and settype() functions ****
H A Dbug70249.phpt9 …// make regular flush before other shutdown functions, which allows session data collection and so…
11 // make sure log entries written by shutdown functions are also flushed
12 // ensure "flush()" is called last when there are multiple shutdown functions
H A Dis_callable_basic1.phpt2 Test is_callable() function : usage variations - defined functions
5 function check_iscallable( $functions ) {
7 foreach($functions as $func) {
20 echo "\n*** Testing is_callable() on defined functions ***\n";
55 *** Testing is_callable() on defined functions ***
/php-src/ext/zlib/
H A Dphp_zlib.def5 ; basic functions
11 ; advanced functions
27 ; utility functions
52 ; checksum functions
/php-src/ext/xsl/tests/
H A DXSLTProcessor_callables_errors.phpt61 XSLTProcessor::registerPHPFunctions(): Argument #1 ($functions) must be a callable, function "nonex…
62 XSLTProcessor::registerPHPFunctions(): Argument #1 ($functions) must be of type array|string|null, …
65 XSLTProcessor::registerPHPFunctions(): Argument #1 ($functions) must be an array with valid callbac…
66 XSLTProcessor::registerPHPFunctions(): Argument #1 ($functions) must be an array containing valid c…
67 XSLTProcessor::registerPHPFunctions(): Argument #1 ($functions) must be an array containing valid c…
68 XSLTProcessor::registerPHPFunctions(): Argument #1 ($functions) must be a valid callback name
/php-src/Zend/
H A Dzend_multibyte.c87 ZEND_API zend_result zend_multibyte_set_functions(const zend_multibyte_functions *functions) in zend_multibyte_set_functions() argument
89 zend_multibyte_encoding_utf32be = functions->encoding_fetcher("UTF-32BE"); in zend_multibyte_set_functions()
93 zend_multibyte_encoding_utf32le = functions->encoding_fetcher("UTF-32LE"); in zend_multibyte_set_functions()
97 zend_multibyte_encoding_utf16be = functions->encoding_fetcher("UTF-16BE"); in zend_multibyte_set_functions()
101 zend_multibyte_encoding_utf16le = functions->encoding_fetcher("UTF-16LE"); in zend_multibyte_set_functions()
105 zend_multibyte_encoding_utf8 = functions->encoding_fetcher("UTF-8"); in zend_multibyte_set_functions()
111 multibyte_functions = *functions; in zend_multibyte_set_functions()
/php-src/scripts/dev/
H A Dfind_tested.php212 $functions = array_filter($tokens, 'filter_functions');
213 $functions = array_map( 'map_token_value',$functions);
214 $functions = array_unique($functions);
216 return $functions;
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_misc.c85 executable_functions *functions = (executable_functions *)executable_jit; in PRIV()
91 if (functions->executable_funcs[i] != NULL) in PRIV()
92 sljit_free_code(functions->executable_funcs[i], NULL); in PRIV()
93 PRIV(jit_free_rodata)(functions->read_only_data_heads[i], allocator_data); in PRIV()
96 SLJIT_FREE(functions, allocator_data); in PRIV()
H A Dpcre2_jit_match.c109 executable_functions *functions = (executable_functions *)re->executable_jit; in pcre2_jit_match()
126 if (functions == NULL || functions->executable_funcs[index] == NULL) in pcre2_jit_match()
161 max_oveccount = functions->top_bracket; in pcre2_jit_match()
167 convert_executable_func.executable_func = functions->executable_funcs[index]; in pcre2_jit_match()
/php-src/ext/standard/tests/array/
H A Darray_filter_variation7.phpt2 Test array_filter() function : usage variations - anonymous callback functions
6 * Passing different anonymous callback functions with passed by value and reference arguments
9 echo "*** Testing array_filter() : usage variations - Anonymous callback functions ***\n";
28 *** Testing array_filter() : usage variations - Anonymous callback functions ***
H A Darray_filter_variation9.phpt2 Test array_filter() function : usage variations - built-in functions as 'callback' argument
6 * Passing built-in functions and different language constructs as 'callback' argument
9 echo "*** Testing array_filter() : usage variations - built-in functions as 'callback' argument ***…
36 *** Testing array_filter() : usage variations - built-in functions as 'callback' argument ***
H A Darray_map_variation16.phpt2 Test array_map() function : usage variations - failing built-in functions & language constructs
6 * Test array_map() by passing non-permmited built-in functions and language constructs i.e.
10 echo "*** Testing array_map() : non-permmited built-in functions ***\n";
15 // built-in functions & language constructs
39 *** Testing array_map() : non-permmited built-in functions ***
H A Darray_udiff_assoc_variation5.phpt2 Test array_udiff_assoc() function : usage variation - incorrect comparison functions
5 echo "*** Testing array_udiff_assoc() : usage variation - differing comparison functions***\n";
34 *** Testing array_udiff_assoc() : usage variation - differing comparison functions***
H A Darray_uintersect_assoc_variation5.phpt2 Test array_uintersect_assoc() function : usage variation - differing comparison functions
5 echo "*** Testing array_uintersect_assoc() : usage variation - differing comparison functions***\n";
34 *** Testing array_uintersect_assoc() : usage variation - differing comparison functions***
/php-src/tests/output/
H A Dob_start_basic_002.phpt25 // Use each of the above functions as an output buffering callback:
26 $functions = get_defined_functions();
27 $callbacks = $functions['user'];
/php-src/ext/ctype/
H A Dconfig.m42 [whether to enable ctype functions],
4 [Disable ctype functions])],
/php-src/ext/pgsql/tests/
H A D19pg_ping.phpt2 PostgreSQL pg_ping() functions
9 // optional functions
H A D20pg_get_pid.phpt2 PostgreSQL pg_get_pid() functions
9 // optional functions
H A D21pg_get_notify.phpt2 PostgreSQL pg_get_notify() functions
9 // optional functions
/php-src/ext/posix/tests/
H A Dposix_getgrgid_basic.phpt7 echo "Basic test of POSIX getgid and getgrid functions\n";
16 Basic test of POSIX getgid and getgrid functions
/php-src/ext/standard/tests/file/
H A Dfile_get_contents_file_put_contents_basic.phpt2 Test file_put_contents() and file_get_contents() functions : basic functionality
9 echo "*** Testing the basic functionality of file_put_contents() and file_get_contents() functions
34 *** Testing the basic functionality of file_put_contents() and file_get_contents() functions ***
/php-src/ext/soap/tests/bugs/
H A Dbug29830.phpt19 $functions = $server->getFunctions();
20 foreach($functions as $func) {
/php-src/Zend/tests/named_params/
H A Dinternal_variadics.phpt2 Named params on internal functions: Variadic functions that don't support extra named args

Completed in 29 milliseconds

12345678910>>...22