Home
last modified time | relevance | path

Searched refs:array (Results 2576 – 2600 of 6641) sorted by relevance

1...<<101102103104105106107108109110>>...266

/PHP-5.5/ext/curl/tests/
H A Dbug27023_2.phpt18 $params = array('file' => $file);
23 $params = array('file' => $file);
28 $params = array('file' => $file);
33 $params = array('file' => $file);
/PHP-5.5/ext/gd/tests/
H A Dimagepolygon_basic.phpt11 /* Prototype : bool imagepolygon ( resource $image , array $points , int $num_points , int $co…
32 imagepolygon($image, array (
60 array(4) {
70 array(4) {
/PHP-5.5/ext/gmp/tests/
H A D029.phpt22 var_dump(gmp_and(array(), 1));
23 var_dump(gmp_and(1, array()));
24 var_dump(gmp_and(array(), array()));
H A D030.phpt22 var_dump(gmp_or(array(), 1));
23 var_dump(gmp_or(1, array()));
24 var_dump(gmp_or(array(), array()));
H A D032.phpt22 var_dump(gmp_xor(array(), 1));
23 var_dump(gmp_xor(1, array()));
24 var_dump(gmp_xor(array(), array()));
/PHP-5.5/ext/intl/tests/
H A Dbreakiter_getPartsIterator_var1.phpt24 array(5) {
36 array(5) {
48 array(5) {
H A Dbreakiter_factories_basic.phpt12 $m = array('createWordInstance', 'createLineInstance', 'createCharacterInstance',
20 $o1 = call_user_func(array('IntlBreakIterator', $method), 'ja');
22 $o2 = call_user_func(array('IntlBreakIterator', $method), NULL);
/PHP-5.5/ext/spl/tests/
H A DregexIterator_mode_basic.phpt8 $array = array('foo', 'bar', 'baz');
9 $iterator = new ArrayIterator($array);
H A DSplFixedArray__construct_param_float.phpt8 $array = new SplFixedArray( 3.141 );
10 echo $array->getSize();
H A Diterator_024.phpt6 $ar = array(1, 2, array(31, 32, array(331)), 4);
/PHP-5.5/ext/standard/tests/array/
H A Darray_column_object_cast.phpt24 $records = array(
25 array(
30 array(
H A Dbug24220.phpt10 array(2) {
16 array(26) {
70 array(10) {
H A Dvar_export.phpt5 $a = (object) array (1, 3, "foo" => "bar");
9 stdClass::__set_state(array(
/PHP-5.5/ext/reflection/tests/
H A Dparameters_001.phpt16 $p = new ReflectionParameter(array('Test', 'func'), 'x');
19 $p = new ReflectionParameter(array('Test', 'func'), 'y');
23 $p = new ReflectionParameter(array('Test', 'func'), 'z');
/PHP-5.5/ext/wddx/tests/
H A Dbug71587.phpt14 <array>
20 </array>
33 array(2) {
/PHP-5.5/ext/dba/tests/
H A Ddba014.phpt2 DBA with array key with array containing too many elements
14 dba_insert(array("a", "b", "c"), "Content String 2", $db_file);
/PHP-5.5/Zend/tests/
H A Dsettype_string.phpt16 $vars = array(
23 array(),
24 array(1,2,3),
H A Dlist_001.phpt6 list($a, list($b)) = array(new stdclass, array(new stdclass));
H A Dgc_025.phpt7 $a = array(array());
/PHP-5.5/scripts/dev/generate-phpt/src/setup/
H A DgtCommandLineOptions.php33 public function isValidOptionArg($array, $index) { argument
34 if (!isset($array[$index]))
38 return substr($array[$index], 0, 1) != '-';
/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug50732.phpt2 Bug #50732 (exec() adds single byte twice to $output array)
9 array(1) {
/PHP-5.5/tests/output/
H A Dbug60321.phpt2 Bug #60321 (ob_get_status(true) no longer returns an array when buffer is empty)
8 array(0) {
/PHP-5.5/ext/spl/
H A Dspl_array.c67 zval *array; member
193 intern->array = other->array; in spl_array_object_new_ex()
203 intern->array = orig; in spl_array_object_new_ex()
209 array_init(intern->array); in spl_array_object_new_ex()
1130 intern->array = *array; in spl_array_set_array()
1132 if (Z_TYPE_PP(array) != IS_OBJECT && Z_TYPE_PP(array) != IS_ARRAY) { in spl_array_set_array()
1137 intern->array = *array; in spl_array_set_array()
1139 if (object == *array) { in spl_array_set_array()
1198 zval **array; in SPL_METHOD() local
1849 ZEND_ARG_INFO(0, array)
[all …]
/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_module_get_supported_key_sizes.phpt10 array(3) {
18 array(0) {
/PHP-5.5/ext/pdo_sqlite/tests/
H A Dcommon.phpt7 return array(
8 'ENV' => array(

Completed in 34 milliseconds

1...<<101102103104105106107108109110>>...266