Home
last modified time | relevance | path

Searched refs:anonymous (Results 1 – 25 of 41) sorted by relevance

12

/PHP-5.5/ext/standard/tests/array/
H A Darray_map_variation10.phpt2 Test array_map() function : usage variations - anonymous callback function
14 echo "*** Testing array_map() : anonymous callback function ***\n";
19 echo "-- anonymous function with all parameters and body --\n";
22 echo "-- anonymous function with two parameters and passing one array --\n";
25 echo "-- anonymous function with NULL parameter --\n";
28 echo "-- anonymous function with NULL body --\n";
37 *** Testing array_map() : anonymous callback function ***
38 -- anonymous function with all parameters and body --
62 -- anonymous function with two parameters and passing one array --
98 -- anonymous function with NULL parameter --
[all …]
H A Darray_filter_variation7.phpt2 Test array_filter() function : usage variations - anonymous callback functions
11 * Passing different anonymous callback functions with passed by value and reference arguments
18 // anonymous callback function
22 // anonymous callback function with reference
26 // anonymous callback function with null argument
30 // anonymous callback function with argument and null statement
H A Darray_multisort_variation10.phpt2 Test array_multisort() function : usage variation - testing with anonymous arrary arguments
11 echo "*** Testing array_multisort() : Testing with anonymous arguments ***\n";
18 *** Testing array_multisort() : Testing with anonymous arguments ***
H A Duasort_variation7.phpt2 Test uasort() function : usage variations - anonymous function as 'cmp_function'
11 * Passing different anonymous functions as 'cmp_function'
16 echo "*** Testing uasort() : anonymous function as 'cmp_function' ***\n";
33 *** Testing uasort() : anonymous function as 'cmp_function' ***
H A Darray_walk_recursive_variation7.phpt2 Test array_walk_recursive() function : usage variations - anonymous callback function
11 * Passing anonymous(run-time) callback function with following variations:
19 echo "*** Testing array_walk_recursive() : anonymous function as callback ***\n";
40 *** Testing array_walk_recursive() : anonymous function as callback ***
H A Darray_walk_variation7.phpt2 Test array_walk() function : usage variations - anonymous callback function
11 * Passing anonymous(run-time) callback function with following variations:
19 echo "*** Testing array_walk() : anonymous function as callback ***\n";
40 *** Testing array_walk() : anonymous function as callback ***
H A Dusort_variation7.phpt11 * Pass an anonymous comparison function as $cmp_function argument to test behaviour()
/PHP-5.5/ext/spl/tests/
H A DCallbackFilterIteratorTest.phpt33 …'anonymous function' => function() { return function($value, $key, $inner) { return test($value, $…
119 = anonymous function =
H A DRecursiveCallbackFilterIteratorTest.phpt36 …'anonymous function' => function() { return function($value, $key, $inner) { return test($value, $…
124 = anonymous function =
/PHP-5.5/Zend/tests/
H A Danonymous_func_003.phpt2 Using throw $var with anonymous function return
H A Danonymous_func_002.phpt2 Testing anonymous function return as array key and accessing $GLOBALS
H A Danonymous_func_001.phpt2 Testing calls to anonymous function
/PHP-5.5/ext/ftp/tests/
H A Dbug27809.phpt15 var_dump(ftp_login($ftp, 'anonymous', 'IEUser@'));
H A Dbug7216.phpt15 var_dump(ftp_login($ftp, 'anonymous', 'IEUser@'));
H A Dbug7216-2.phpt14 var_dump(ftp_login($ftp, 'anonymous', 'IEUser@'));
H A Dserver.inc69 function anonymous()
71 return $GLOBALS['user'] === 'anonymous';
147 if ($user !== 'user' && $user !== 'anonymous') {
153 if (anonymous()) {
/PHP-5.5/ext/ldap/tests/
H A Dldap_bind_basic.phpt2 ldap_bind() - Basic anonymous binding
H A Dldap_sasl_bind_basic.phpt2 ldap_sasl_bind() - Basic anonymous binding
/PHP-5.5/ext/soap/tests/schema/
H A Dschema008.phpt2 SOAP XML Schema 8: simpleType/restriction (anonymous, inside an ellement)
H A Dschema035.phpt2 SOAP XML Schema 35: Nested complex types (element ref + anonymous type)
/PHP-5.5/tests/basic/
H A Drfc1867_anonymous_upload.phpt2 rfc1867 anonymous upload
/PHP-5.5/ext/soap/
H A Dphp_schema.c460 smart_str anonymous = {0}; in schema_list() local
462 smart_str_appendl(&anonymous, "anonymous", sizeof("anonymous")-1); in schema_list()
464 smart_str_0(&anonymous); in schema_list()
465 newType->name = anonymous.c; in schema_list()
556 smart_str anonymous = {0}; in schema_union() local
558 smart_str_appendl(&anonymous, "anonymous", sizeof("anonymous")-1); in schema_union()
560 smart_str_0(&anonymous); in schema_union()
561 newType->name = anonymous.c; in schema_union()
1925 smart_str anonymous = {0}; in schema_attribute() local
1929 smart_str_0(&anonymous); in schema_attribute()
[all …]
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native_placeholder_everywhere.phpt2 MySQL PDO->prepare(),native PS, anonymous placeholder
/PHP-5.5/ext/standard/tests/general_functions/
H A Dprint_r.phpt279 echo "\n*** Testing print_r() on anonymous functions ***\n";
281 echo "New anonymous function: $newfunc\n";
283 /* creating anonymous function dynamically */
1725 *** Testing print_r() on anonymous functions ***
1726 New anonymous function: �lambda_1
H A Dprint_r_64bit.phpt280 echo "\n*** Testing print_r() on anonymous functions ***\n";
282 echo "New anonymous function: $newfunc\n";
284 /* creating anonymous function dynamically */
1726 *** Testing print_r() on anonymous functions ***
1727 New anonymous function: �lambda_1

Completed in 60 milliseconds

12