Home
last modified time | relevance | path

Searched refs:NULL (Results 151 – 175 of 4095) sorted by path

12345678910>>...164

/PHP-5.5/Zend/tests/
H A Dns_075.phpt6 const NULL = 1;
8 echo NULL;
10 Fatal error: Cannot redeclare constant 'NULL' in %sns_075.php on line %d
H A Dobject-null.phpt2 Test whether an object is NULL or not.
H A Dobjects_001.phpt11 var_dump($b == NULL);
12 var_dump($b != NULL);
H A Dobjects_006.phpt9 function foo($arg, $arg2 = NULL) {}
13 function foo($arg, $arg2 = NULL) {}
23 …eclaration of test3::foo() should be compatible with test::foo($arg, $arg2 = NULL) in %s on line %d
H A Dobjects_007.phpt9 function foo($arg, &$arg2 = NULL) {}
13 function foo($arg, &$arg2 = NULL) {}
23 …claration of test3::foo() should be compatible with test::foo($arg, &$arg2 = NULL) in %s on line %d
H A Dobjects_015.phpt2 comparing objects with strings/NULL
H A Dobjects_024.phpt28 $a = test()->bar = NULL;
44 NULL
46 NULL
H A Dobjects_025.phpt32 $b = NULL;
H A Doffset_array.phpt10 var_dump($arr[NULL]);
32 NULL
35 NULL
43 NULL
46 NULL
H A Doffset_bool.phpt10 var_dump($bool[NULL]);
28 NULL
29 NULL
30 NULL
31 NULL
32 NULL
33 NULL
34 NULL
35 NULL
36 NULL
H A Doffset_long.phpt10 var_dump($long[NULL]);
28 NULL
29 NULL
30 NULL
31 NULL
32 NULL
33 NULL
34 NULL
35 NULL
36 NULL
H A Doffset_null.phpt6 $null = NULL;
10 var_dump($null[NULL]);
28 NULL
29 NULL
30 NULL
31 NULL
32 NULL
33 NULL
34 NULL
35 NULL
[all …]
H A Doffset_string.phpt10 var_dump($str[NULL]);
H A Dsettype_array.phpt31 NULL,
H A Dsettype_bool.phpt27 NULL,
H A Dsettype_double.phpt29 NULL,
H A Dsettype_int.phpt27 NULL,
H A Dsettype_null.phpt40 NULL
41 NULL
42 NULL
43 NULL
44 NULL
45 NULL
46 NULL
47 NULL
48 NULL
49 NULL
[all …]
H A Dsettype_object.phpt27 NULL,
H A Dsettype_resource.phpt27 NULL,
79 NULL
H A Dsettype_string.phpt27 NULL,
H A Dtrait_exists_001.phpt11 var_dump(trait_exists(NULL));
21 NULL
H A Dtry_catch_finally_006.phpt7 function foo($ex = NULL) {
H A Dtry_catch_finally_007.phpt42 NULL
H A Dzend2.php.txt18 static $m_instance = NULL;
22 if (self::$m_instance == NULL) {

Completed in 61 milliseconds

12345678910>>...164