Home
last modified time | relevance | path

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

12345678910>>...21

/php-src/ext/standard/tests/strings/
H A Dparse_str_basic1.phpt9 $s1 = "first=val1&second=val2&third=val3";
15 $s1 = "first=val1&second=val2&third=val3";
31 ["first"]=>
42 ["first"]=>
53 ["first"]=>
/php-src/ext/spl/tests/
H A Dspl_autoload_012.phpt9 throw new Exception('first');
42 first
44 first
47 Fatal error: Uncaught Exception: first in %sspl_autoload_012.php:%d
H A Dbug65006.phpt6 class first {
20 first::init();
33 string(5) "first"
/php-src/ext/standard/tests/array/
H A Darray_unshift_variation9.phpt100 string(5) "first"
117 string(5) "first"
132 string(5) "first"
150 string(5) "first"
167 string(5) "first"
187 string(5) "first"
205 string(5) "first"
226 string(5) "first"
242 string(5) "first"
261 string(5) "first"
[all …]
H A Darray_unshift_variation7.phpt14 $array = array('f' => "first", "s" => 'second', 1, 2.222);
60 string(5) "first"
77 string(5) "first"
92 string(5) "first"
110 string(5) "first"
124 string(5) "first"
141 string(5) "first"
155 string(5) "first"
172 string(5) "first"
188 string(5) "first"
[all …]
H A Darray_unshift_variation8.phpt14 $array = array('f' => "first", "s" => 'second', 1, 2.222);
60 string(5) "first"
77 string(5) "first"
91 string(5) "first"
108 string(5) "first"
122 string(5) "first"
139 string(5) "first"
153 string(5) "first"
170 string(5) "first"
184 string(5) "first"
[all …]
/php-src/ext/standard/tests/dir/
H A Drewinddir_basic-win32-mb.phpt31 echo "\n-- Read and rewind first directory (argument supplied) --\n";
35 $first = $data[0];
40 var_dump(readdir($dh1) == $first);
47 $first = $data[0];
52 var_dump(readdir() == $first);
72 -- Read and rewind first directory (argument supplied) --
/php-src/ext/date/tests/
H A Dbug81458.phpt5 $first = (new DateTime('2018-07-01 00:00:00.000000 America/Toronto'))->setTimezone(new DateTimeZone…
8 var_dump($first->diff($second)->days);
9 var_dump($first->diff($second)->d);
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-src/ext/dom/lexbor/lexbor/core/
H A Dstr.h134 lexbor_str_data_ncasecmp_first(const lxb_char_t *first, const lxb_char_t *sec,
137 lexbor_str_data_ncasecmp_end(const lxb_char_t *first, const lxb_char_t *sec,
143 lexbor_str_data_ncasecmp(const lxb_char_t *first, const lxb_char_t *sec,
146 lexbor_str_data_nlocmp_right(const lxb_char_t *first, const lxb_char_t *sec,
149 lexbor_str_data_nupcmp_right(const lxb_char_t *first, const lxb_char_t *sec,
152 lexbor_str_data_casecmp(const lxb_char_t *first, const lxb_char_t *sec);
155 lexbor_str_data_ncmp_end(const lxb_char_t *first, const lxb_char_t *sec,
161 lexbor_str_data_ncmp(const lxb_char_t *first, const lxb_char_t *sec,
165 lexbor_str_data_cmp(const lxb_char_t *first, const lxb_char_t *sec);
168 lexbor_str_data_cmp_ws(const lxb_char_t *first, const lxb_char_t *sec);
/php-src/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-src/tests/lang/
H A Dthis_assignment.phpt5 class first {
7 function me() { echo "first"; }
32 $a = new first();
/php-src/Zend/tests/
H A Dbug74340.phpt9 static $first = true;
11 if ($first) {
12 $first = false;
/php-src/tests/classes/
H A Dprivate_006b.phpt6 class first {
16 $t1 = new first();
19 class second extends first {
/php-src/Zend/Optimizer/
H A Dzend_dump.c37 first = 0; in zend_dump_ht()
184 if (first) first = 0; else fprintf(stderr, ", "); in zend_dump_type_info()
188 if (first) first = 0; else fprintf(stderr, ", "); in zend_dump_type_info()
192 if (first) first = 0; else fprintf(stderr, ", "); in zend_dump_type_info()
197 if (first) first = 0; else fprintf(stderr, ", "); in zend_dump_type_info()
201 if (first) first = 0; else fprintf(stderr, ", "); in zend_dump_type_info()
206 if (first) first = 0; else fprintf(stderr, ", "); in zend_dump_type_info()
216 if (first) first = 0; else fprintf(stderr, ", "); in zend_dump_type_info()
220 if (first) first = 0; else fprintf(stderr, ", "); in zend_dump_type_info()
224 if (first) first = 0; else fprintf(stderr, ", "); in zend_dump_type_info()
[all …]
/php-src/ext/phar/tests/tar/
H A Dphar_stub_error.phpt14 $stub = '<?php echo "first stub\n"; __HALT_COMPILER(); ?>' ."\r\n";
44 string(50) "<?php echo "first stub\n"; __HALT_COMPILER(); ?>
48 string(50) "<?php echo "first stub\n"; __HALT_COMPILER(); ?>
51 string(50) "<?php echo "first stub\n"; __HALT_COMPILER(); ?>
/php-src/ext/phar/tests/zip/
H A Dphar_stub_error.phpt14 $phar->setStub($stub = '<?php echo "first stub\n"; __HALT_COMPILER(); ?>' . "\r\n");
44 string(50) "<?php echo "first stub\n"; __HALT_COMPILER(); ?>
48 string(50) "<?php echo "first stub\n"; __HALT_COMPILER(); ?>
51 string(50) "<?php echo "first stub\n"; __HALT_COMPILER(); ?>
/php-src/ext/dom/tests/compareDocumentPosition/
H A Dentity.phpt31 echo "--- Compare entities against first child ---\n";
36 echo "--- Compare first child against entities ---\n";
46 --- Compare entities against first child ---
49 --- Compare first child against entities ---
/php-src/ext/standard/tests/file/
H A Dfile_put_contents_variation1.phpt11 $data = "The first string to write";
37 The first string to write, followed by this
39 The first string to write
/php-src/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-src/sapi/fpm/fpm/
H A Dfpm_env.c231 char *first = NULL; in fpm_env_init_main() local
247 if (first == NULL) { in fpm_env_init_main()
248 first = fpm_globals.argv[i]; in fpm_env_init_main()
256 if (first == NULL) { in fpm_env_init_main()
257 first = environ[i]; in fpm_env_init_main()
264 if (first == NULL || last == NULL) { in fpm_env_init_main()
268 fpm_env_argv_len = last - first; in fpm_env_init_main()
/php-src/ext/dom/lexbor/lexbor/encoding/
H A Ddecode.c1576 first = ctx->u.gb18030.first; in lxb_encoding_decode_gb18030()
1601 first = ctx->u.gb18030.first; in lxb_encoding_decode_gb18030()
1609 first = ctx->u.gb18030.first; in lxb_encoding_decode_gb18030()
1648 ctx->u.gb18030.first = first; in lxb_encoding_decode_gb18030()
1702 ctx->u.gb18030.first = first; in lxb_encoding_decode_gb18030()
1732 ctx->u.gb18030.first = first; in lxb_encoding_decode_gb18030()
2990 first = ctx->u.gb18030.first; in lxb_encoding_decode_gb18030_single()
3014 first = ctx->u.gb18030.first; in lxb_encoding_decode_gb18030_single()
3043 ctx->u.gb18030.first = first; in lxb_encoding_decode_gb18030_single()
3076 ctx->u.gb18030.first = first; in lxb_encoding_decode_gb18030_single()
[all …]
/php-src/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 …
/php-src/ext/intl/tests/
H A Dbreakiter_first_basic.phpt2 IntlBreakIterator::first(): basic test
14 var_dump($bi->first());

Completed in 58 milliseconds

12345678910>>...21