Home
last modified time | relevance | path

Searched refs:array (Results 2701 – 2725 of 7349) sorted by relevance

1...<<101102103104105106107108109110>>...294

/PHP-7.3/Zend/tests/
H A Dbug34260.phpt24 $Array = array('Some junk','Some other junk');
27 $Failure = array_map(array($Faulty,'seg'),$Array);
30 $Failure = array_map(array($Faulty,'NormalMethod'),$Array);
H A Ddereference_005.phpt2 Testing array dereference on object that implements ArrayAccess
9 private $container = array();
11 $this->container = array(
H A Dget_class_vars_004.phpt33 array(2) {
39 array(6) {
53 array(6) {
H A Dxor_001.phpt6 $a = array(1,2,3);
7 $b = array();
H A Dbug34879.phpt2 Bug #34879 (str_replace, array_map corrupt negative array indexes on 64-bit platforms)
5 print_r(str_replace('a', 'b', array(-1 =>-1)));
/PHP-7.3/ext/date/tests/
H A Dbug41523-64bit.phpt16 array(12) {
34 array(1) {
41 array(0) {
/PHP-7.3/tests/lang/
H A DforeachLoop.011.phpt5 echo "\nChange from array to non iterable:\n";
6 $a = array(1,2,3);
25 Change from array to non iterable:
/PHP-7.3/ext/standard/tests/streams/
H A Dstream_select_preserve_keys.phpt18 array(2) {
24 array(2) {
30 array(2) {
/PHP-7.3/ext/oci8/tests/
H A Darray_bind_bdouble.phpt5 $target_dbs = array('oracledb' => true, 'timesten' => false); // test runs on these DBs
15 $array = Array(1.243,2.5658,3.4234,4.2123,5.9999);
16 oci_bind_array_by_name($statement, ":c1", $array, 5, 5, SQLT_BDOUBLE);
H A Darray_bind_bfloat.phpt5 $target_dbs = array('oracledb' => true, 'timesten' => false); // test runs on these DBs
15 $array = Array(1.243,2.5658,3.4234,4.2123,5.9999);
16 oci_bind_array_by_name($statement, ":c1", $array, 5, 5, SQLT_BFLOAT);
/PHP-7.3/ext/openssl/tests/
H A Dbug60632.phpt10 $pkey = openssl_pkey_new(array(
21 $ekeys = array();
22 $result = openssl_seal('test phrase', $encrypted, $ekeys, array($pubkey), 'AES-256-CBC');
H A Dopenssl_decrypt_error.phpt22 var_dump(openssl_decrypt(array(), $method, $password));
23 var_dump(openssl_decrypt($encrypted, array(), $password));
24 var_dump(openssl_decrypt($encrypted, $method, array()));
48 Warning: openssl_decrypt() expects parameter 1 to be string, array given in %s on line %d
51 Warning: openssl_decrypt() expects parameter 2 to be string, array given in %s on line %d
54 Warning: openssl_decrypt() expects parameter 3 to be string, array given in %s on line %d
/PHP-7.3/ext/phar/phar/
H A Dclicommand.inc21 protected $cmds = array();
22 protected $args = array();
23 protected $typs = array();
25 function __construct($argc, array $argv)
67 $this->args['']['val'] = array();
112 static function getSubFuncs(CLICommand $cmdclass, $prefix, array $subs)
114 $a = array();
126 $a[$what] = array();
143 return self::getSubFuncs($cmdclass, 'cli_arg_', array('typ'));
283 …return array('' => array('typ'=>'any','val'=>NULL,'inf'=>'Optional command to retrieve help for.')…
[all …]
/PHP-7.3/ext/spl/tests/
H A DSplFixedArray_toArray_empty.phpt2 SplFixedArray::toArray with empty array
8 array(0) {
/PHP-7.3/tests/basic/
H A Dbug29971.phpt11 array(0) {
13 array(0) {
/PHP-7.3/ext/standard/tests/general_functions/
H A Dbug43293_2.phpt7 $argv = array(true, false);
11 array(0) {
/PHP-7.3/ext/standard/tests/array/
H A Dusort_variation8.phpt5 /* Prototype : bool usort(array $array_arg, string $cmp_function)
6 * Description: Sort an array by values using a user-defined comparison function
7 * Source code: ext/standard/array.c
19 $array_arg = array("b" => "Banana", "m" => "Mango", "a" => "apple",
48 array(5) {
63 array(5) {
H A Darray_search_variation1.phpt8 * Source Code: ext/standard/array.c
14 $arrays = array (
15 array(0),
17 array(4, array(1, 2 => 3), "one" => 1, "5" => 5 ),
19 array(TRUE, FALSE),
20 array("", array()),
21 array("abcd\x00abcd\x00abcd"),
22 array("abcd\tabcd\nabcd\rabcd\0abcdefghij")
25 $array_compare = array (
37 array(),
[all …]
H A Din_array_variation1.phpt9 * Source Code: ext/standard/array.c
15 $arrays = array (
16 array(0),
18 array(4, array(1, 2 => 3), "one" => 1, "5" => 5 ),
20 array(TRUE, FALSE),
21 array("", array()),
22 array("abcd\x00abcd\x00abcd"),
26 $array_compare = array (
38 array(),
49 foreach($arrays as $array) {
[all …]
/PHP-7.3/ext/xml/tests/
H A Dxml002.phpt54 xml_set_element_handler($xml_parser, array($obj,"startElement"),
55 array($obj, "endElement"));
56 xml_set_character_data_handler($xml_parser, array($obj, "characterData"));
57 xml_set_processing_instruction_handler($xml_parser, array($obj, "PIHandler"));
58 xml_set_default_handler($xml_parser, array($obj, "defaultHandler"));
60 array($obj, "externalEntityRefHandler"));
/PHP-7.3/ext/pdo/tests/
H A Dpdo_009.phpt61 array(4) {
63 array(3) {
72 array(3) {
81 array(3) {
90 array(3) {
102 array(4) {
/PHP-7.3/ext/standard/tests/strings/
H A Dbasename_error.phpt19 var_dump( basename( array("string/bar") ) );
20 var_dump( basename( array("string/bar"), "bar" ) );
21 var_dump( basename( "bar", array("string/bar") ) );
38 Warning: basename() expects parameter 1 to be string, array given in %s on line %d
41 Warning: basename() expects parameter 1 to be string, array given in %s on line %d
44 Warning: basename() expects parameter 2 to be string, array given in %s on line %d
/PHP-7.3/ext/tidy/tests/
H A D012.phpt28 …OLOR=#FFFFFF ALINK=#000000><B>Hi</B><I>Bye<U>Test</U></I></BODY></HTML>", array('newline' => 'LF')…
56 array(1) {
122 array(2) {
129 array(2) {
149 array(1) {
190 array(2) {
229 array(1) {
274 array(1) {
333 array(2) {
372 array(1) {
[all …]
/PHP-7.3/ext/standard/tests/class_object/
H A Dget_object_vars_basic_002.phpt5 /* Prototype : proto array get_object_vars(object obj)
6 * Description: Returns an array of object properties
43 array(4) {
56 array(3) {
/PHP-7.3/ext/simplexml/tests/
H A Dprofile13.phpt46 array(1) {
53 array(1) {
62 array(1) {
69 array(1) {

Completed in 28 milliseconds

1...<<101102103104105106107108109110>>...294