Home
last modified time | relevance | path

Searched refs:arrays (Results 426 – 432 of 432) sorted by relevance

1...<<1112131415161718

/php-src/ext/standard/tests/general_functions/
H A Dgettype_settype_variation4.phpt106 /* arrays */
/php-src/ext/standard/tests/strings/
H A Dstrcspn_variation12.phpt58 // loop through each element of the arrays for str,mask,start and len arguments
/php-src/ext/standard/
H A Dbasic_functions_arginfo.h214 ZEND_ARG_VARIADIC_TYPE_INFO(0, arrays, IS_ARRAY, 0)
275 ZEND_ARG_VARIADIC_TYPE_INFO(0, arrays, IS_ARRAY, 0)
356 ZEND_ARG_VARIADIC_TYPE_INFO(0, arrays, IS_ARRAY, 0)
/php-src/
H A Dphp.ini-development649 ; This directive determines which super global arrays are registered when PHP
652 ; paid for the registration of these arrays and because ENV is not as commonly
678 ; that were passed when the script was invoked. These arrays are extremely
H A Dphp.ini-production651 ; This directive determines which super global arrays are registered when PHP
654 ; paid for the registration of these arrays and because ENV is not as commonly
680 ; that were passed when the script was invoked. These arrays are extremely
/php-src/ext/mysqli/tests/
H A Dmysqli_get_client_stats.phpt98 printf("[005] Expecting the same number of entries in the arrays\n");
/php-src/tests/lang/
H A D024.phpt19 ${$$$a}["associative arrays work too"] = "this is nifty";
22 This should read "this is nifty": <?php echo $blah[$test="associative arrays work too"]."\n"; ?>

Completed in 43 milliseconds

1...<<1112131415161718