/PHP-5.4/ext/standard/tests/array/ |
H A D | array_map_variation10.phpt | 2 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 D | array_filter_variation7.phpt | 2 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 D | array_multisort_variation10.phpt | 2 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 D | uasort_variation7.phpt | 2 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 D | array_walk_recursive_variation7.phpt | 2 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 D | array_walk_variation7.phpt | 2 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 D | usort_variation7.phpt | 11 * Pass an anonymous comparison function as $cmp_function argument to test behaviour()
|
/PHP-5.4/ext/spl/tests/ |
H A D | CallbackFilterIteratorTest.phpt | 33 …'anonymous function' => function() { return function($value, $key, $inner) { return test($value, $… 119 = anonymous function =
|
H A D | RecursiveCallbackFilterIteratorTest.phpt | 36 …'anonymous function' => function() { return function($value, $key, $inner) { return test($value, $… 124 = anonymous function =
|
/PHP-5.4/Zend/tests/ |
H A D | anonymous_func_003.phpt | 2 Using throw $var with anonymous function return
|
H A D | anonymous_func_002.phpt | 2 Testing anonymous function return as array key and accessing $GLOBALS
|
H A D | anonymous_func_001.phpt | 2 Testing calls to anonymous function
|
/PHP-5.4/ext/ftp/tests/ |
H A D | bug27809.phpt | 15 var_dump(ftp_login($ftp, 'anonymous', 'IEUser@'));
|
H A D | bug7216.phpt | 15 var_dump(ftp_login($ftp, 'anonymous', 'IEUser@'));
|
H A D | bug7216-2.phpt | 14 var_dump(ftp_login($ftp, 'anonymous', 'IEUser@'));
|
H A D | server.inc | 69 function anonymous() 71 return $GLOBALS['user'] === 'anonymous'; 147 if ($user !== 'user' && $user !== 'anonymous') { 153 if (anonymous()) {
|
/PHP-5.4/ext/ldap/tests/ |
H A D | ldap_bind_basic.phpt | 2 ldap_bind() - Basic anonymous binding
|
H A D | ldap_sasl_bind_basic.phpt | 2 ldap_sasl_bind() - Basic anonymous binding
|
/PHP-5.4/tests/basic/ |
H A D | rfc1867_anonymous_upload.phpt | 2 rfc1867 anonymous upload
|
/PHP-5.4/ext/soap/tests/schema/ |
H A D | schema008.phpt | 2 SOAP XML Schema 8: simpleType/restriction (anonymous, inside an ellement)
|
H A D | schema035.phpt | 2 SOAP XML Schema 35: Nested complex types (element ref + anonymous type)
|
/PHP-5.4/ext/soap/ |
H A D | php_schema.c | 460 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.4/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_prepare_native_placeholder_everywhere.phpt | 2 MySQL PDO->prepare(),native PS, anonymous placeholder
|
/PHP-5.4/ext/standard/tests/general_functions/ |
H A D | print_r.phpt | 279 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 D | print_r_64bit.phpt | 280 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
|