Home
last modified time | relevance | path

Searched refs:first (Results 1 – 25 of 618) sorted by last modified time

12345678910>>...25

/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
/PHP-5.5/tests/security/
H A Dopen_basedir.inc21 // Remove any trailing slash first
/PHP-5.5/tests/lang/
H A Dthis_assignment.phpt5 class first {
7 function me() { echo "first"; }
32 $a = new first();
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
/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/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/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/sapi/fpm/fpm/
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()
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/sapi/cli/tests/
H A Dbug61679.phpt34 // Only echo the first line from the response,
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c157 php_cli_server_chunk *first; member
1001 for (chunk = buffer->first; chunk; chunk = next) { in php_cli_server_buffer_dtor()
1010 buffer->first = NULL; in php_cli_server_buffer_ctor()
1019 buffer->first = chunk; in php_cli_server_buffer_append()
1030 last->next = buffer->first; in php_cli_server_buffer_prepend()
1034 buffer->first = chunk; in php_cli_server_buffer_prepend()
1041 for (chunk = buffer->first; chunk; chunk = chunk->next) { in php_cli_server_buffer_size()
1106 for (chunk = sender->buffer.first; chunk; chunk = next) { in php_cli_server_content_sender_send()
1119 sender->buffer.first = next; in php_cli_server_content_sender_send()
1138 sender->buffer.first = next; in php_cli_server_content_sender_send()
[all …]
/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c579 zval *first = NULL; in add_header_to_table() local
589 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "z|zb", &first, &second, &replace) == FAILURE… in add_header_to_table()
593 if (Z_TYPE_P(first) == IS_ARRAY) { in add_header_to_table()
597 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(first), &pos); in add_header_to_table()
598 while (zend_hash_get_current_data_ex(Z_ARRVAL_P(first), (void **)&entry, &pos) == SUCCESS) { in add_header_to_table()
602 zend_hash_move_forward_ex(Z_ARRVAL_P(first), &pos); in add_header_to_table()
606 zend_hash_move_forward_ex(Z_ARRVAL_P(first), &pos); in add_header_to_table()
623 zend_hash_move_forward_ex(Z_ARRVAL_P(first), &pos); in add_header_to_table()
630 } else if (Z_TYPE_P(first) == IS_STRING) { in add_header_to_table()
636 ap_table_set(t, Z_STRVAL_P(first), Z_STRVAL_P(second)); in add_header_to_table()
[all …]
H A DapMakefile.tmpl40 # first these files aren't still shared objects and second we
/PHP-5.5/sapi/apache/
H A DapMakefile.tmpl40 # first these files aren't still shared objects and second we
/PHP-5.5/
H A Dphp.ini-development640 ; first used (Just In Time) instead of when the script starts. If these
H A Dphp.ini-production640 ; first used (Just In Time) instead of when the script starts. If these
/PHP-5.5/ext/zlib/tests/
H A Dgzrewind_basic.phpt20 echo "first 10 characters=".gzread($h, 10)."\n";
22 echo "first 20 characters=".gzread($h, 20)."\n";
31 first 30 characters=When you're taught through fee
34 first 10 characters=When you'r
35 first 20 characters=When you're taught t
H A Dgzrewind_basic2.phpt22 echo "first 20 characters=".gzread($h,20)."\n";
33 first 20 characters=When you're taught t

Completed in 97 milliseconds

12345678910>>...25