Home
last modified time | relevance | path

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

12345678910>>...25

/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_env.c203 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-5.5/tests/classes/
H A Dprivate_006b.phpt8 class first {
18 $t1 = new first();
21 class second extends first {
/PHP-5.5/ext/spl/tests/
H A Dspl_autoload_012.phpt9 throw new Exception('first');
44 first
48 first
52 Fatal error: Uncaught exception 'Exception' with message 'first' in %sspl_autoload_012.php:%d
/PHP-5.5/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));
21 Warning: IntlBreakIterator::first() expects exactly 0 parameters, 1 given in %s on line %d
23 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-5.5/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-5.5/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-5.5/ext/dom/tests/
H A Dbug32615.phpt13 $frag->appendChild(new DOMElement('first'));
44 $frag->appendChild(new DOMElement('first'));
55 $frag->appendChild(new DOMElement('first'));
77 <root><first/><newsecond/><newthird/><newfourth/></root>
80 <root><first/><second/><third/><fourth/></root>
/PHP-5.5/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";
113 -- Test: fail at first redirection --
121 -- Test: fail at first redirection (2) --
129 -- Test: return at first redirection --
142 -- Test: return at first redirection (2) --
/PHP-5.5/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
H A Dbug54340.phpt9 $dt = new DateTime('first day of January 2011');
15 $dt = new DateTime('first day of January 2011');
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_get.c208 pcre_uchar *first = entry; in pcre_get_stringtable_entries() local
210 while (first > nametable) in pcre_get_stringtable_entries()
213 (pcre_uchar *)(first - entrysize + IMM2_SIZE)) != 0) break; in pcre_get_stringtable_entries()
214 first -= entrysize; in pcre_get_stringtable_entries()
223 *firstptr = (char *)first; in pcre_get_stringtable_entries()
226 *firstptr = (PCRE_UCHAR16 *)first; in pcre_get_stringtable_entries()
229 *firstptr = (PCRE_UCHAR32 *)first; in pcre_get_stringtable_entries()
274 char *first, *last; in get_first_set() local
276 PCRE_UCHAR16 *first, *last; in get_first_set() local
278 PCRE_UCHAR32 *first, *last; in get_first_set() local
[all …]
/PHP-5.5/ext/standard/tests/array/
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()
H A Dbug25359.phpt10 $data = array('first', 'fifth', 'second', 'forth', 'third');
23 string(5) "first"
/PHP-5.5/ext/xmlwriter/tests/
H A Dxmlwriter_write_attribute_ns_error_001.phpt13 xmlwriter_write_attribute($xw, 'attr1', 'first');
21 // write attribute_ns without start_element first
33 <elem1 attr1="first"/>
/PHP-5.5/Zend/tests/
H A Dbug66286.phpt6 abstract class first {
10 class second extends first {
/PHP-5.5/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-5.5/ext/mysqli/
H A Dmysqli_warning.c78 MYSQLI_WARNING *w, *first = NULL, *prev = NULL; in php_get_warnings() local
90 if (!first) { in php_get_warnings()
91 first = w; in php_get_warnings()
99 return first; in php_get_warnings()
128 MYSQLI_WARNING *w, *first = NULL, *prev = NULL; in php_get_warnings() local
167 if (!first) { in php_get_warnings()
168 first = w; in php_get_warnings()
179 return first; in php_get_warnings()
/PHP-5.5/
H A DREADME.namespaces26 The namespace declaration statement must be the very first statement in
96 inside namespace (A\B) first tries to find and call function from current
102 first tries to use (and autoload) class from current namespace and in case
107 A\B\foo() first tries to call function foo() from namespace A\B, then
117 foo(); // first tries to call "foo" defined in namespace "A"
137 B\foo(); // first tries to call function "foo" from namespace "A\B"
139 \B\foo(); // first tries to call function "foo" from namespace "B"
146 A\foo(); // first tries to call function "foo" from namespace "A\A"
150 \A\foo(); // first tries to call function "foo" from namespace "A"
160 - calls to internal functions in namespaces are slower, because PHP first
[all …]
/PHP-5.5/tests/lang/
H A Dbug30578.phpt21 echo "This should be displayed first.\n";
30 This should be displayed first.
/PHP-5.5/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_variation1.phpt27 static $first = true;
32 fwrite($f, $first ? $dtd : $entity);
33 $first = false;
/PHP-5.5/ext/simplexml/tests/
H A D007.phpt12 <elem1 attr1='first'>
55 string(5) "first"
80 string(5) "first"
/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug25038.phpt12 bar('first try');
30 This is an exception from bar(first try).
/PHP-5.5/ext/standard/tests/strings/
H A Dparse_str_basic2.phpt14 $s1 = "first=val1/second=val2/third=val3";
16 var_dump($first, $second, $third);
/PHP-5.5/ext/zlib/tests/
H A Dgzrewind_variation1.phpt13 gzwrite($h, b'The first string.');
27 The first string.The second string.

Completed in 54 milliseconds

12345678910>>...25