Home
last modified time | relevance | path

Searched refs:null (Results 26 – 50 of 1859) sorted by path

12345678910>>...75

/PHP-5.5/Zend/tests/
H A Dbug47165.phpt9 static $instance = null;
H A Dbug50005.phpt8 $this->file = null;
H A Dbug52484.phpt13 $prop = null;
H A Dbug52484_2.phpt13 $prop = null;
H A Dbug52484_3.phpt13 $prop = null;
H A Dbug60611.phpt17 $cls->{null}();
23 Cls::{null}();
H A Dbug60613.phpt15 $cls->{null}();
H A Dbug60738.phpt12 var_dump(set_error_handler(null));
H A Dbug60738_variation.phpt10 var_dump(set_exception_handler(null));
H A Dbug61767.phpt5 set_error_handler(function($code, $msg, $file = null, $line = null) {
15 //$undefined = null; // defined variable does not cause problems
H A Dbug62005.phpt2 Bug #62005 (unexpected behavior when incrementally assigning to a member of a null object)
H A Dbug63336.phpt9 public function foo($var=TEST, $more=null) { return true; }
H A Dbug64417.phpt21 $result = null;
H A Dbug64515.phpt5 function foo($unused = null, $unused = null, $arg = array()) {
H A Dbug66286.phpt12 protected $someValue = null;
H A Dcallable_type_hint_003.phpt9 function bar(callable $a = null) {
H A Dclosure_041.phpt48 $d = $staticUnscoped->bindTo(null); $d(); echo "\n";
49 $d = $nonstaticUnscoped->bindTo(null); $d(); echo "\n";
50 $d = $staticScoped->bindTo(null); $d(); echo "\n";
51 $d = $nonstaticScoped->bindTo(null); $d(); echo "\n";
H A Dclosure_043.phpt24 echo "After binding, null scope, no instance", "\n";
25 $d = $staticUnscoped->bindTo(null, null); $d(); echo "\n";
26 $d = $staticScoped->bindTo(null, null); $d(); echo "\n";
28 echo "After binding, null scope, with instance", "\n";
29 $d = $staticUnscoped->bindTo(new A, null); $d(); echo "\n";
30 $d = $staticScoped->bindTo(new A, null); $d(); echo "\n";
33 $d = $staticUnscoped->bindTo(null, 'A'); $d(); echo "\n";
34 $d = $staticScoped->bindTo(null, 'A'); $d(); echo "\n";
50 After binding, null scope, no instance
57 After binding, null scope, with instance
H A Dclosure_044.phpt24 echo "After binding, null scope, no instance", "\n";
25 $d = $nonstaticUnscoped->bindTo(null, null); $d(); echo "\n";
26 $d = $nonstaticScoped->bindTo(null, null); $d(); echo "\n";
28 echo "After binding, null scope, with instance", "\n";
29 $d = $nonstaticUnscoped->bindTo(new A, null); $d(); echo "\n";
30 $d = $nonstaticScoped->bindTo(new A, null); $d(); echo "\n";
33 $d = $nonstaticUnscoped->bindTo(null, 'A'); $d(); echo "\n";
34 $d = $nonstaticScoped->bindTo(null, 'A'); $d(); echo "\n";
50 After binding, null scope, no instance
57 After binding, null scope, with instance
H A Dclosure_046.phpt28 $d = $nonstaticUnscoped->bindTo(null, "static"); $d(); echo "\n";
29 $d = $nonstaticScoped->bindTo(null, "static"); $d(); echo "\n";
H A Ddebug_backtrace_options.phpt6 function backtrace_print($opt = null)
H A Ddereference_005.phpt27 return isset($this->container[$offset]) ? $this->container[$offset] : null;
H A Dempty_str_offset.phpt30 print "- null ---\n";
31 var_dump(empty($str[null]));
72 - null ---
H A Dfunction_exists_variation1.phpt54 // null values
56 null,
H A Dgc_017.phpt14 $this->parent = null;

Completed in 99 milliseconds

12345678910>>...75