Home
last modified time | relevance | path

Searched refs:null (Results 1 – 25 of 1859) sorted by last modified time

12345678910>>...75

/PHP-5.5/win32/build/
H A Dphpize.js.in67 if (calls != null) {
88 var item = null;
133 var item = null;
189 argval = null;
192 if (argname == '--clean' && argval != null) {
H A Dconfig.w327 PHP_CL = PATH_PROG('cl', null, 'PHP_CL');
32 X64 = probe_binary(PHP_CL, 64, null, 'PHP_CL');
48 PATH_PROG('lib', null, 'MAKE_LIB');
H A Dconfig.w32.phpize.in7 PHP_CL = PATH_PROG('cl', null, 'PHP_CL');
31 X64 = probe_binary(PHP_CL, 64, null, 'PHP_CL');
47 PATH_PROG('lib', null, 'MAKE_LIB');
/PHP-5.5/tests/output/
H A Dob_implicit_flush_basic_001.phpt2 Test ob_implicit_flush() function : check return value (always null).
H A Dob_implicit_flush_variation_001.phpt65 // null data
67 'lowercase null' => null,
141 --lowercase null--
H A Dob_start_basic_002.phpt14 return null;
/PHP-5.5/tests/lang/
H A DforeachLoopIteratorAggregate.002.phpt8 return null;
H A Dbug23624.phpt2 Bug #23624 (foreach leaves current array key as null)
H A Dbug24573.phpt2 Bug #24573 (debug_backtrace() crashes if $this is set to null)
9 $this = null;
H A Dengine_assignExecutionOrder_002.phpt53 // expect $x and $y to be null - this fails on php.net 5.2.1 (invalid opcode) - fixed in 5.2.3
61 $q3 = array($q1,$q2,null,70);
62 $q4 = array($q3,null,80);
H A DforeachLoop.003.phpt11 $a = null;
H A DforeachLoop.010.phpt17 $container = null;
/PHP-5.5/tests/classes/
H A Dtype_hinting_004.phpt16 function f2(A $a = null) {
24 call_user_func('f2', null);
36 static function f2(A $a = null) {
49 call_user_func(array('C', 'f2'), null);
61 function f2(A $a = null) {
75 call_user_func(array($d, 'f2'), null);
H A Dimplicit_instantiation_001.phpt9 public $null = null;
75 ---( $c->null )---
147 [%u|b%"null"]=>
H A Dinterface_optional_arg_003.inc3 function f($a = null);
H A D__set_data_corrupt.phpt10 public $pp = array('t'=>null);
/PHP-5.5/
H A Dserver-tests.php196 $w = null;
197 $e = null;
/PHP-5.5/scripts/dev/
H A Dfind_tested.php133 if ($extension != null) {
156 if ($extension != null) {
H A Dgenerate-phpt.phar377 * @return null
404 * @return null
1009 'lowercase null' => null,
/PHP-5.5/scripts/dev/generate-phpt/src/codeSnippets/
H A DemptyUnsetUndefNull.txt10 'lowercase null' => null,
/PHP-5.5/scripts/
H A Dphpize.m443 prefix=`$PHP_CONFIG --prefix 2>/dev/null`
44 phpincludedir=`$PHP_CONFIG --include-dir 2>/dev/null`
45 INCLUDES=`$PHP_CONFIG --includes 2>/dev/null`
46 EXTENSION_DIR=`$PHP_CONFIG --extension-dir 2>/dev/null`
47 PHP_EXECUTABLE=`$PHP_CONFIG --php-binary 2>/dev/null`
/PHP-5.5/sapi/thttpd/
H A Dconfig.m417 if grep thttpd.2.21b $PHP_THTTPD/version.h >/dev/null; then
21 elif grep Premium $PHP_THTTPD/version.h >/dev/null; then
H A Dthttpd_patch1596 /* Set aux groups to null. */
/PHP-5.5/sapi/nsapi/
H A Dconfig.w326 ARG_WITH('nsapi-includes', 'Where to find NSAPI headers', null);
7 ARG_WITH('nsapi-libs', 'Where to find NSAPI libraries', null);
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in477 ; stderr will be redirected to /dev/null according to FastCGI specs.

Completed in 48 milliseconds

12345678910>>...75