Home
last modified time | relevance | path

Searched refs:second (Results 51 – 75 of 379) sorted by relevance

12345678910>>...16

/PHP-5.5/ext/standard/tests/file/
H A Duserdirstream.phpt16 $sample = array('first','second','third','fourth');
48 string(6) "second"
/PHP-5.5/ext/phar/tests/
H A Dphar_stub_write.phpt27 $stub = '<?php echo "second stub\n"; __HALT_COMPILER(); ?>';
54 string(51) "<?php echo "second stub\n"; __HALT_COMPILER(); ?>
58 string(51) "<?php echo "second stub\n"; __HALT_COMPILER(); ?>
H A Dphar_stub_write_file.phpt28 $stub = '<?php echo "second stub\n"; __HALT_COMPILER(); ?>';
55 string(51) "<?php echo "second stub\n"; __HALT_COMPILER(); ?>
59 string(51) "<?php echo "second stub\n"; __HALT_COMPILER(); ?>
/PHP-5.5/ext/standard/tests/array/
H A Darray_unshift_basic2.phpt17 $array = array('f' => "first", "s" => 'second', 1 => "one", 2 => 'two');
48 string(6) "second"
65 string(6) "second"
H A Darray_map_variation7.phpt13 * 2) second array as empty array
14 * 3) second array shorter than first array
15 * 4) first array shorter than second array
H A Darray_diff_key_variation8.phpt17 'second' => array('yellow' => 7),
26 'second' => array('cyan' => 8),
/PHP-5.5/ext/dba/tests/
H A Ddba_db4_016.phpt33 var_dump(dba_insert("key1", "second open test", $db_file));
34 var_dump(dba_insert("key2", "second open test row 2", $db_file));
59 second open test row 2
/PHP-5.5/ext/oci8/tests/
H A Dlob_037.phpt31 /* insert the second LOB */
45 var_dump($blob->write("second lob data"));
70 string(15) "second lob data"
H A Dpassword.phpt44 echo "First and second connections share a resource: Not OK\n";
48 echo "First and second connections are different: OK\n";
80 First and second connections are different: OK
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_pconn_max_links.phpt15 printf("skip Cannot create second DB user [%d] %s", mysqli_errno($link), mysqli_error($link));
23 …printf("skip Cannot GRANT SELECT to second DB user [%d] %s", mysqli_errno($link), mysqli_error($li…
62 printf("[001] Cannot connect using the second DB user created during SKIPIF, [%d] %s\n",
76 printf("[003] Cannot run query on persistent connection of second DB user, [%d] %s\n",
85 // change the password for the second DB user and kill the persistent connection
88 …printf("[005] Cannot change PW of second DB user, [%d] %s\n", mysqli_errno($link), mysqli_error($l…
90 // change the password for the second DB user and kill the persistent connection
93 …printf("[006] Cannot change PW of second DB user, [%d] %s\n", mysqli_errno($link), mysqli_error($l…
98 …printf("[007] Cannot KILL persistent connection of second DB user, [%d] %s\n", mysqli_errno($link)…
99 // give the server a second to really kill the thread
[all …]
/PHP-5.5/ext/json/tests/
H A Dbug46944.phpt10 $second = 0x8f|($i & 3) << 4;
11 $string = sprintf("aa%c%c\xbf\xbdzz", $first, $second);
/PHP-5.5/Zend/tests/
H A Dbug39297.phpt5 function compareByRef(&$first, &$second) {
6 return $first === $second;
/PHP-5.5/ext/date/tests/
H A Dbug43452.phpt27 // First, second, etc skip to the first/second weekday *after* the current day.
34 $day = strtotime( "second Thursday Nov 2007" );
45 $day = strtotime( "second Friday Nov 2007" );
H A Dmktime_variation3.phpt2 Test mktime() function : usage variation - Passing unexpected values to third argument $second.
5 /* Prototype : int mktime ([ int $hour= date("H") [, int $minute= date("i") [, int $second= dat…
11 echo "*** Testing mktime() : usage variation - unexpected values to third argument \$second***\n";
100 foreach($inputs as $variation =>$second) {
102 var_dump( mktime($hour, $minute, $second) );
111 *** Testing mktime() : usage variation - unexpected values to third argument $second***
H A Dbug35499.phpt26 ["second"]=>
62 ["second"]=>
/PHP-5.5/ext/dom/
H A Dtext.c150 xmlChar *second; in PHP_FUNCTION() local
179 second = xmlUTF8Strsub(cur, offset, length - offset); in PHP_FUNCTION()
184 nnode = xmlNewDocText(node->doc, second); in PHP_FUNCTION()
187 xmlFree(second); in PHP_FUNCTION()
/PHP-5.5/ext/mysql/tests/
H A Dmysql_pconn_max_links.phpt14 // we need a second DB user to test for a possible flaw in the ext/mysql[i] code
44 printf("skip Cannot create second DB user [%d] %s", mysql_errno($link), mysql_error($link));
51 …printf("skip Cannot GRANT SELECT to second DB user [%d] %s", mysql_errno($link), mysql_error($link…
75 printf("[001] Cannot connect using the second DB user created during SKIPIF, [%d] %s\n",
91 printf("[004] Cannot run query on persistent connection of second DB user, [%d] %s\n",
100 // change the password for the second DB user and kill the persistent connection
110 …printf("[007] Cannot change PW of second DB user, [%d] %s\n", mysql_errno($link), mysql_error($lin…
115 …printf("[008] Cannot KILL persistent connection of second DB user, [%d] %s\n", mysql_errno($link),…
116 // give the server a second to really kill the thread
151 die(sprintf("[014] Cannot connect using the second DB, [%d] %s\n",
[all …]
/PHP-5.5/ext/zlib/tests/
H A Dgzseek_variation1.phpt14 $str2 = "This is the second line.";
32 This is the second line.
H A Dgzseek_basic2.phpt14 $str2 = "This is the second line.";
41 This is the second line.
H A Dgzseek_variation4.phpt14 $str2 = "This is the second line.";
41 This is the second line.
H A Dgzseek_variation5.phpt14 $str2 = "This is the second line.";
41 This is the second line.
/PHP-5.5/ext/standard/tests/strings/
H A Dchop_variation3.phpt27 second line of heredoc string
76 second line of heredoc string
79 second line of heredoc string
/PHP-5.5/ext/spl/tests/
H A DSplFileObject_testinput.csv1 first,second,third
/PHP-5.5/ext/standard/tests/dir/
H A Dopendir_variation3.phpt22 echo "\n-- Open directory second time: --\n";
46 -- Open directory second time: --
/PHP-5.5/ext/intl/dateformat/
H A Ddateformat_format.c108 second, in internal_get_timestamp() local
123 second = INTL_GET_ELEM(CALENDAR_SEC); in internal_get_timestamp()
139 ucal_setDateTime(pcal, year, month, mday, hour, minute, second, &INTL_DATA_ERROR_CODE(dfo)); in internal_get_timestamp()

Completed in 35 milliseconds

12345678910>>...16