Home
last modified time | relevance | path

Searched refs:first (Results 26 – 50 of 501) sorted by relevance

12345678910>>...21

/PHP-7.4/ext/standard/tests/array/
H A Darray_unshift_variation9.phpt105 string(5) "first"
122 string(5) "first"
137 string(5) "first"
155 string(5) "first"
172 string(5) "first"
192 string(5) "first"
210 string(5) "first"
231 string(5) "first"
247 string(5) "first"
266 string(5) "first"
[all …]
H A Darray_intersect_key_variation8.phpt15 'first' => array('blue' => 1, 'red' => 2),
24 'first' => array('blue' => 1, 'red' => 2,),
37 ["first"]=>
51 ["first"]=>
H A Darray_unshift_variation8.phpt19 $array = array('f' => "first", "s" => 'second', 1, 2.222);
65 string(5) "first"
82 string(5) "first"
96 string(5) "first"
113 string(5) "first"
127 string(5) "first"
144 string(5) "first"
158 string(5) "first"
175 string(5) "first"
189 string(5) "first"
[all …]
H A Dreset_variation2.phpt2 Test reset() function : usage variations - unset first element
6 * Description: Set array argument's internal pointer to the first element and return it
11 * Unset first element of an array and test behaviour of reset()
/PHP-7.4/ext/standard/tests/streams/
H A Dstream_multi_filters_close.phpt45 stream_filter_register("first", "FirstFilter");
47 $first = stream_filter_prepend($r, "first", STREAM_FILTER_WRITE, []);
51 stream_filter_remove($first);
/PHP-7.4/Zend/tests/
H A Dbug74340.phpt9 static $first = true;
11 if ($first) {
12 $first = false;
H A Dbug66015.phpt12 self::FIRST => 'first',
30 1 => 'first',
H A Dbug66286.phpt6 abstract class first {
10 class second extends first {
/PHP-7.4/ext/standard/tests/dir/
H A Drewinddir_basic-win32-mb.phpt37 echo "\n-- Read and rewind first directory (argument supplied) --\n";
41 $first = $data[0];
46 var_dump(readdir($dh1) == $first);
53 $first = $data[0];
58 var_dump(readdir() == $first);
79 -- Read and rewind first directory (argument supplied) --
/PHP-7.4/tests/lang/
H A Dthis_assignment.phpt5 class first {
7 function me() { echo "first"; }
32 $a = new first();
/PHP-7.4/tests/classes/
H A Dprivate_006b.phpt6 class first {
16 $t1 = new first();
19 class second extends first {
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_dump.c37 first = 0; in zend_dump_ht()
176 if (first) first = 0; else fprintf(stderr, ", "); in zend_dump_type_info()
180 if (first) first = 0; else fprintf(stderr, ", "); in zend_dump_type_info()
185 if (first) first = 0; else fprintf(stderr, ", "); in zend_dump_type_info()
189 if (first) first = 0; else fprintf(stderr, ", "); in zend_dump_type_info()
194 if (first) first = 0; else fprintf(stderr, ", "); in zend_dump_type_info()
204 if (first) first = 0; else fprintf(stderr, ", "); in zend_dump_type_info()
208 if (first) first = 0; else fprintf(stderr, ", "); in zend_dump_type_info()
212 if (first) first = 0; else fprintf(stderr, ", "); in zend_dump_type_info()
215 if (first) first = 0; else fprintf(stderr, ", "); in zend_dump_type_info()
[all …]
/PHP-7.4/ext/phar/tests/zip/
H A Dphar_stub_error.phpt14 $phar->setStub($stub = '<?php echo "first stub\n"; __HALT_COMPILER(); ?>' . "\r\n");
45 string(50) "<?php echo "first stub\n"; __HALT_COMPILER(); ?>
49 string(50) "<?php echo "first stub\n"; __HALT_COMPILER(); ?>
52 string(50) "<?php echo "first stub\n"; __HALT_COMPILER(); ?>
/PHP-7.4/ext/intl/tests/
H A Dbreakiter_first_last_previous_current_error.phpt2 IntlBreakIterator::first()/last()/previous()/current(): arg errors
14 var_dump($bi->first(1));
19 Warning: IntlBreakIterator::first() expects exactly 0 parameters, 1 given in %s on line %d
21 Warning: IntlBreakIterator::first(): breakiter_first: bad arguments in %s on line %d
H A Dbreakiter_first_basic.phpt2 IntlBreakIterator::first(): basic test
16 var_dump($bi->first());
/PHP-7.4/ext/phar/tests/tar/
H A Dphar_stub_error.phpt14 $stub = '<?php echo "first stub\n"; __HALT_COMPILER(); ?>' ."\r\n";
45 string(50) "<?php echo "first stub\n"; __HALT_COMPILER(); ?>
49 string(50) "<?php echo "first stub\n"; __HALT_COMPILER(); ?>
52 string(50) "<?php echo "first stub\n"; __HALT_COMPILER(); ?>
/PHP-7.4/Zend/tests/type_declarations/
H A Dscalar_strict_declaration_placement_003.phpt2 Test strict declaration being first operation only 003
11 Fatal error: strict_types declaration must be the very first statement in the script in %s on line …
H A Dscalar_strict_declaration_placement_002.phpt2 Test strict declaration being first operation only 002
14 Fatal error: strict_types declaration must be the very first statement in the script in %s on line …
H A Dscalar_strict_declaration_placement_001.phpt2 Test strict declaration being first operation only
24 Fatal error: strict_types declaration must be the very first statement in the script in %s on line …
/PHP-7.4/ext/dom/tests/
H A Dbug32615.phpt13 $frag->appendChild(new DOMElement('first'));
44 $frag->appendChild(new DOMElement('first'));
55 $frag->appendChild(new DOMElement('first'));
76 <root><first/><newsecond/><newthird/><newfourth/></root>
79 <root><first/><second/><third/><fourth/></root>
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_env.c212 char *first = NULL; in fpm_env_init_main() local
228 if (first == NULL) { in fpm_env_init_main()
229 first = fpm_globals.argv[i]; in fpm_env_init_main()
237 if (first == NULL) { in fpm_env_init_main()
238 first = environ[i]; in fpm_env_init_main()
245 if (first == NULL || last == NULL) { in fpm_env_init_main()
249 fpm_env_argv_len = last - first; in fpm_env_init_main()
/PHP-7.4/ext/date/tests/
H A Dbug49059.phpt12 print "\$date1 after first diff: " . $date1->format("Y-m-d") . "\n";
13 print "\$diff->days after first diff: " . $diff->days . "\n";
28 $date1 after first diff: 2009-03-27
29 $diff->days after first diff: 26
/PHP-7.4/ext/standard/tests/http/
H A Dbug38802.phpt48 echo "-- Test: fail at first redirection --\n";
52 echo "-- Test: fail at first redirection (2) --\n";
56 echo "-- Test: return at first redirection --\n";
60 echo "-- Test: return at first redirection (2) --\n";
119 -- Test: fail at first redirection --
128 -- Test: fail at first redirection (2) --
137 -- Test: return at first redirection --
151 -- Test: return at first redirection (2) --
/PHP-7.4/ext/standard/tests/file/
H A Dfile_put_contents_variation1.phpt17 $data = "The first string to write";
40 The first string to write, followed by this
42 The first string to write
/PHP-7.4/ext/mysqli/
H A Dmysqli_warning.c75 MYSQLI_WARNING *w, *first = NULL, *prev = NULL; in php_get_warnings() local
87 if (!first) { in php_get_warnings()
88 first = w; in php_get_warnings()
96 return first; in php_get_warnings()
122 MYSQLI_WARNING *w, *first = NULL, *prev = NULL; in php_get_warnings() local
159 if (!first) { in php_get_warnings()
160 first = w; in php_get_warnings()
171 return first; in php_get_warnings()

Completed in 106 milliseconds

12345678910>>...21