Home
last modified time | relevance | path

Searched refs:array (Results 3701 – 3725 of 6720) sorted by relevance

1...<<141142143144145146147148149150>>...269

/PHP-8.1/ext/phar/tests/zip/
H A Dphar_buildfromiterator5.phpt13 function __construct(array $a)
41 var_dump($phar->buildFromIterator(new myIterator(array('a' => new stdClass))));
H A Dphar_buildfromiterator6.phpt13 function __construct(array $a)
41 var_dump($phar->buildFromIterator(new myIterator(array(basename(__FILE__, 'php') . 'phpt'))));
/PHP-8.1/ext/soap/tests/
H A Dclassmap004.phpt54 array('classmap'=>array('A'=>'A','B'=>'B')));
/PHP-8.1/ext/standard/tests/file/
H A Dreadlink_variation1.phpt14 $filenames = array(
26 /* loop through to test each element the above array */
H A Dis_writable_variation1.phpt20 /* array of files to be tested to check if they are writable
22 $files_arr = array(
44 /* loop through to test each element in the above array
/PHP-8.1/tests/basic/
H A D015.phpt10 array(1) {
H A D014.phpt10 array(2) {
/PHP-8.1/Zend/tests/
H A Dline_const_in_array.phpt14 array(3) {
H A Dbug32833.phpt5 $test = array();
H A Dbug31341.phpt5 $a = array(
H A Dassign_dim_ref_free.phpt9 array(1) {
H A Dgh11171.phpt12 array(1) {
/PHP-8.1/ext/spl/tests/
H A Dbug62262.phpt6 var_dump(new RecursiveArrayIterator(array()) instanceof Countable);
H A Diterator_004.phpt60 $a = array(1, 2, 3, 4, 5);
67 $a = array(1, 2, 3, 4, 5);
74 $a = array(1, 2, 3, 4, 5);
/PHP-8.1/ext/reflection/tests/
H A D018.phpt8 array(2) {
/PHP-8.1/Zend/tests/float_to_int/
H A Dwarnings_float_vars.phpt55 $array = ['a', 'b', 'c'];
56 var_dump($array[$float]);
57 $array[$offsetAccess] = 'z';
58 var_dump($array);
139 array(3) {
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_connect_oo_defaults.phpt160 array(1) {
164 array(1) {
168 array(1) {
172 array(1) {
176 array(1) {
/PHP-8.1/docs/
H A Dparameter-parsing-api.md68 a - array (zval*)
69 A - array or object (zval*)
73 f - function or array containing php method call info (returned as
75 h - array (returned as HashTable*)
76 H - array or HASH_OF(object) (returned as HashTable*)
160 /* Gets an object or null, and an array.
169 /* Gets a separated array which can also be null. */
232 /* Function that takes an array, followed by varargs, and ending with a long */
234 zval *array;
238 if (zend_parse_parameters(ZEND_NUM_ARGS(), "a*l", &array, &varargs, &num_varargs, &num) == FAILURE)…
/PHP-8.1/ext/json/tests/
H A Dbug68567.phpt6 var_dump(json_encode(array("\x80" => 1), JSON_PARTIAL_OUTPUT_ON_ERROR));
/PHP-8.1/ext/standard/tests/array/
H A Dbug32021.phpt10 array(1) {
H A Dbug72116.phpt12 array(2) {
/PHP-8.1/ext/readline/tests/
H A Dreadline_list_history_001.phpt14 array(0) {
/PHP-8.1/ext/standard/tests/strings/
H A Dexplode_bug.phpt12 array(1) {
/PHP-8.1/ext/standard/tests/dir/
H A Dscandir_variation8.phpt20 $inputs = array(
37 array(),
114 array(16) {
/PHP-8.1/ext/oci8/tests/
H A Ddefine2.phpt7 $target_dbs = array('oracledb' => true, 'timesten' => false); // test runs on these DBs
15 $stmtarray = array(
75 $stmtarray = array(

Completed in 40 milliseconds

1...<<141142143144145146147148149150>>...269