Home
last modified time | relevance | path

Searched refs:other (Results 1 – 25 of 388) sorted by last modified time

12345678910>>...16

/PHP-5.5/win32/build/
H A Dphpize.js.in169 // now we are left with modules that have dependencies on other modules
/PHP-5.5/win32/
H A Dinstall.txt72 and iPlanet servers. Many other servers have support for ISAPI, the
257 other server modules failing, such as ASP.
496 5), the other is to use the Apache Module DLL. In either case you need
617 Apache 2.0.39, don't use any other version of Apache with PHP 4.2.3.
634 One is to use the CGI binary the other is to use the Apache module DLL.
827 where XXX is the HTTP error code. Please delete any other Error
1085 requirements and other similar details.
1106 As with any other PHP extension DLL, installation is as simple as
1304 ; backslashes are treated the same as any other character
/PHP-5.5/tests/lang/
H A Dbug20175.phpt38 * The return statment transports a copy of the value to return. In other
H A Dbug27535.phpt2 Bug #27535 (Objects pointing to each other cause Apache to crash)
H A Dexecution_order.phpt71 /* other operators */
H A D024.phpt10 …* various control structures), while trying to combine code from other parts of the parser as well.
15 /* This test tests assignments to variables using other variables as variable-names */
/PHP-5.5/tests/func/
H A D004.phpt19 echo "This is some other function, to ensure more than just one function works fine...\n";
65 This is some other function, to ensure more than just one function works fine...
/PHP-5.5/tests/classes/
H A Dthis.phpt13 function replace($other)
16 $this = $other;
18 print $other->prop;
21 function indirect($other)
24 $this = $other;
33 $other = $this;
40 $other = new Foo;
41 $other->prop = "World\n";
43 $object->replace($other);
44 $object->indirect($other);
[all …]
H A Dinheritance_007.phpt2 Ensure inherited old-style constructor doesn't block other methods
H A Dconstants_basic_005.phpt2 Test constants with default values based on other constants.
H A Dctor_dtor_inheritance.phpt29 public $other;
33 $this->other = 'other';
72 [other] => other
78 [other] => other
84 [other] => other
90 [other] => other
96 [other] => other
/PHP-5.5/sapi/pi3web/
H A DREADME40 other required downloads from the php website
/PHP-5.5/sapi/roxen/
H A DTODO18 And after this every access to any php script (on other virtual sites
/PHP-5.5/sapi/thttpd/
H A DREADME8 script will block all other requests. Choose another web server,
H A Dthttpd_patch1343 ** to mmap them, other systems dislike mallocing zero bytes.
/PHP-5.5/sapi/webjames/
H A DREADME24 other PHP options
/PHP-5.5/sapi/litespeed/
H A DREADME33 PHP with LiteSpeed SAPI, all other SAPI related configure options
/PHP-5.5/sapi/nsapi/
H A Dnsapi-readme.txt6 On other web servers your milage may vary.
79 PHP authentication cannot be used with any other authentication. ALL
108 where XXX ist the HTTP error code. Please delete any other Error
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in494 ; FPM to .php extensions to prevent malicious users to use other extensions to
/PHP-5.5/sapi/cli/tests/
H A Dphp_cli_server_014.phpt16 // note: select() on Windows (& some other platforms) has historical issues with
/PHP-5.5/sapi/cgi/
H A DREADME.FastCGI49 web server and PHP process, so that one cannot disrupt the other. It also
142 On the other hand, having more processes running will use more RAM, and letting
/PHP-5.5/sapi/aolserver/
H A DREADME26 <other options>
/PHP-5.5/
H A Dphp.ini-development703 ; if you are running php as a CGI under any web server (other than IIS)
1473 ; collection through a shell script, cron entry, or some other method.
1510 ; to other person via. email/irc/etc.
H A Dphp.ini-production703 ; if you are running php as a CGI under any web server (other than IIS)
1473 ; collection through a shell script, cron entry, or some other method.
1510 ; to other person via. email/irc/etc.
/PHP-5.5/ext/zlib/tests/
H A Dbug_40189.phpt12 $gp = fopen(dirname(__FILE__) . '/test.other', 'wb');
18 var_dump(file_get_contents(dirname(__FILE__) . '/test.other'));
22 @unlink(dirname(__FILE__) . '/test.other');

Completed in 80 milliseconds

12345678910>>...16