Home
last modified time | relevance | path

Searched refs:array (Results 2751 – 2775 of 6641) sorted by relevance

1...<<111112113114115116117118119120>>...266

/PHP-5.5/ext/standard/tests/strings/
H A Dsprintf_variation26.phpt12 // array of boolean values
13 $boolean_values = array(
20 // array of char formats
21 $char_formats = array(
H A Dsprintf_variation30.phpt16 // array of resource types
17 $resource_values = array (
22 // array of octal formats
23 $octal_formats = array(
H A Dsprintf_variation42.phpt16 // array of resource types
17 $resource_values = array (
22 // array of unsigned formats
23 $unsigned_formats = array(
H A Dsprintf_variation48.phpt16 // array of resource types
17 $resource_values = array (
22 // array of scientific formats
23 $scientific_formats = array(
H A Dbug72433.phpt6 $filler = array();
12 …eference counter of our ArrayObject s.t. all reference counters of our unserialized array become 0.
22 array(3) {
/PHP-5.5/ext/sysvshm/tests/
H A D005.phpt13 shm_put_var($s, 1, array(1,2,3));
24 var_dump(shm_get_var($s, array()));
54 Warning: shm_get_var() expects parameter 2 to be long, array given in %s005.php on line %d
59 array(3) {
/PHP-5.5/ext/sockets/tests/
H A Dmcast_helpers.php.inc3 $readfs = array($sock);
4 $writefs = $exceptfs = array();
/PHP-5.5/ext/spl/tests/
H A Dbug54292.phpt7 new SplFileObject('foo', array());
14 string(74) "SplFileObject::__construct() expects parameter 2 to be string, array given"
H A Diterator_023.phpt116 …tor(new MyRecursiveArrayIterator(array("a", array("ba", array("bba", "bbb"), array(array("bcaa"),
H A DSplDoublyLinkedList_offsetGet_empty.phpt8 $array = new SplDoublyLinkedList( );
10 $get = $array->offsetGet();
/PHP-5.5/Zend/tests/
H A Dbug67985.phpt2 Bug #67985 - Last used array index not copied to new array at assignment
H A Derrmsg_044.phpt2 Trying use object of type stdClass as array
11 Fatal error: Cannot use object of type stdClass as array in %s on line %d
H A Dgc_021.phpt7 $a = array();
9 $a[1] = array();
H A Dgc_013.phpt2 GC 013: Too many cycles in one array
7 $a = array();
/PHP-5.5/ext/standard/tests/general_functions/
H A Dis_int.phpt15 $valid_ints = array(
82 array(),
83 array(0),
84 array(1),
85 array(NULL),
86 array(null),
88 array(true),
89 array(TRUE),
90 array(false),
91 array(FALSE),
[all …]
H A Dis_int_64bit.phpt17 $valid_ints = array(
84 array(),
85 array(0),
86 array(1),
87 array(NULL),
88 array(null),
90 array(true),
91 array(TRUE),
92 array(false),
93 array(FALSE),
[all …]
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_pconnect.phpt19 $db1 = new PDO($dsn, $user, $pass, array(PDO::ATTR_PERSISTENT => true));
20 $db2 = new PDO($dsn, $user, $pass, array(PDO::ATTR_PERSISTENT => true));
39 $db1 = new PDO($dsn, $user, $pass, array(PDO::ATTR_PERSISTENT => true));
62 $db1 = new PDO($dsn, $user, $pass, array(PDO::ATTR_PERSISTENT => false));
67 @$db2 = new PDO($dsn, $user, $pass, array(PDO::ATTR_PERSISTENT => true));
76 $connections = array();
78 $connections[$i] = new PDO($dsn, $user, $pass, array(PDO::ATTR_PERSISTENT => true));
H A Dpdo_mysql_prepare_native_clear_error.phpt29 $stmt->execute(array(':placeholder' => 0));
36 $stmt->execute(array(':placeholder' => 0));
49 $stmt->execute(array(':placeholder' => 0));
56 $stmt->execute(array(':placeholder' => 0));
79 [003] Execute has failed, '42S22' array (
84 array(1) {
86 array(2) {
H A Dpdo_mysql_stmt_errorinfo.phpt69 array(3) {
79 array(3) {
90 array(3) {
98 array(3) {
110 array(3) {
120 array(3) {
128 array(3) {
/PHP-5.5/ext/oci8/tests/
H A Dlob_029.phpt5 $target_dbs = array('oracledb' => true, 'timesten' => false); // test runs on these DBs
94 array(1) {
96 array(1) {
102 array(3) {
104 array(3) {
113 array(3) {
122 array(3) {
/PHP-5.5/tests/classes/
H A Darray_access_009.phpt25 $object[$element] = array();
59 $this->person = array(array('name'=>'Foo'));
136 array(1) {
138 array(1) {
173 array(1) {
175 array(0) {
/PHP-5.5/ext/standard/tests/http/
H A Dbug69337.phpt15 // $http_response_header is now a string, but will be used as an array
22 stream_context_set_params($ctx, array("notification" => "stream_notification_callback"));
24 $responses = array(
/PHP-5.5/ext/standard/tests/image/
H A Dgetimagesize_jpgapp.phpt11 /* Prototype : proto array getimagesize(string imagefile [, array info])
12 * Description: Get the size of an image as 4-element array
/PHP-5.5/ext/intl/tests/
H A Dmsgfmt_format_intlcalendar_variant3.phpt17 echo $msgf->format(array($cal)), "\n";
23 echo "msgf2: ", $msgf->format(array($time, 'date')), " ",
24 $msgf->format(array($time, 'time')), "\n";
/PHP-5.5/ext/standard/tests/array/
H A Darray_change_key_case_errors.phpt7 $item = array ("one" => 1, "two" => 2, "THREE" => 3, "FOUR" => "four");
17 Warning: array_change_key_case() expects parameter 1 to be array, integer given in %s on line %d
20 Warning: array_change_key_case() expects parameter 1 to be array, integer given in %s on line %d

Completed in 37 milliseconds

1...<<111112113114115116117118119120>>...266