Home
last modified time | relevance | path

Searched refs:first (Results 601 – 618 of 618) sorted by path

1...<<2122232425

/PHP-5.5/sapi/cli/tests/
H A Dbug61679.phpt34 // Only echo the first line from the response,
/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()
H A Dfpm_status.c386 int i, first; in fpm_status_handle_request() local
400 first = 1; in fpm_status_handle_request()
407 if (first) { in fpm_status_handle_request()
408 first = 0; in fpm_status_handle_request()
/PHP-5.5/sapi/pi3web/
H A DREADME11 PHP CVS tree into the Pi3Web source directory called 'PHP5' first. Then
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch217 + on = 30; /* give clients 30s to send first data packet */
/PHP-5.5/tests/classes/
H A Dfinal.phpt8 class first {
10 echo "Call to function first::show()\n";
14 $t = new first();
17 class second extends first {
29 Call to function first::show()
H A Dnew_001.phpt20 echo "\$f initially points to the first object:\n";
34 $f initially points to the first object:
H A Dprivate_006.phpt7 class first {
13 first::show();
17 first::do_show();
19 class second extends first {
H A Dprivate_006b.phpt8 class first {
18 $t1 = new first();
21 class second extends first {
/PHP-5.5/tests/func/
H A D004.phpt25 echo "Calling function for the first time...\n";
40 Calling function for the first time...
H A D010.phpt40 test($v0, \'0\'); // first
/PHP-5.5/tests/lang/
H A Dbug23279.phpt2 Bug #23279 (exception handler stops after first function call)
H A Dbug30578.phpt21 echo "This should be displayed first.\n";
30 This should be displayed first.
H A Dengine_assignExecutionOrder_002.phpt15 // i++ evaluated first, so $d[0] is 10
H A Dthis_assignment.phpt5 class first {
7 function me() { echo "first"; }
32 $a = new first();
/PHP-5.5/tests/security/
H A Dopen_basedir.inc21 // Remove any trailing slash first
/PHP-5.5/win32/build/
H A Dphpize.js.in158 // first, look for modules with empty deps; emit those first
242 // to ensure that dependent modules are emitted first
/PHP-5.5/win32/
H A Dinstall.txt52 Before starting the installation, first you need to know what do you
60 For the first and most common form, you need three things: PHP itself,
315 advisable to first get PHP working and tested without any
335 Note: You should read the manual installation steps first!
492 Note: Please read the manual installation steps first!
586 Note: You should read the manual installation steps first!
877 Note: You should read the manual installation steps first!
912 Note: You should read the manual installation steps first!
1219 may be able to help you. You should check out the archive first, in
1498 directory. If you're using the Apache webserver, php.ini is first

Completed in 181 milliseconds

1...<<2122232425