Home
last modified time | relevance | path

Searched refs:null (Results 151 – 175 of 2082) sorted by relevance

12345678910>>...84

/PHP-7.3/Zend/tests/
H A Dbug63206_1.phpt2 Bug #63206 Fully support error_handler stacking, even with null
14 set_error_handler(null);
H A Dbug64515.phpt5 function foo($unused = null, $unused = null, $arg = array()) {
H A Dbug63206_2.phpt2 Bug #63206 Fully support exception_handler stacking, even with null
14 set_exception_handler(null);
H A Dbug35163_3.phpt11 $a->b = null;
12 $a = null;
/PHP-7.3/ext/pdo_mysql/tests/
H A Dbug53551.phpt52 …QLSTATE[23000]: Integrity constraint violation: 1048 Column 'count' cannot be null in %s on line %d
59 string(29) "Column 'count' cannot be null"
63 …QLSTATE[23000]: Integrity constraint violation: 1048 Column 'count' cannot be null in %s on line %d
70 string(29) "Column 'count' cannot be null"
/PHP-7.3/ext/standard/tests/strings/
H A Dexplode_variation6.phpt15 echo "\n-- positive limit with null separator --\n";
18 echo "\n-- negative limit (since PHP 5.1) with null separator --\n";
46 -- positive limit with null separator --
50 -- negative limit (since PHP 5.1) with null separator --
H A Dhttp_build_query_error.phpt2 Testing error on null parameter 1 of http_build_query()
9 $result = http_build_query(null);
/PHP-7.3/ext/phar/tests/
H A Dbug79082.phpt17 $phar = new PharData(__DIR__ . '/test79082.' . $ext, null, null, $mode);
27 $phar = new PharData(__DIR__ . '/test79082-d.' . $ext, null, null, $mode);
/PHP-7.3/ext/standard/tests/file/
H A Dfile_get_contents_error002.phpt10 var_dump(file_get_contents("http://checkip.dyndns.com",null,null,0,-1));
/PHP-7.3/ext/spl/tests/
H A DSplDoublyLinkedList_bottom_pass_null.phpt2 SplDoublyLinkedList::bottom() - pass in an unexpected null parameter
10 $list->bottom(null);
H A DSplDoublyLinkedList_top_pass_null.phpt2 SplDoublyLinkedList::top() - pass in an unexpected null parameter
10 $list->top(null);
/PHP-7.3/ext/intl/tests/
H A Dtimezone_createTimeZoneIDEnumeration_variant2.phpt26 IntlTimeZone::TYPE_ANY, null, null);
31 IntlTimeZone::TYPE_ANY, null, -3600000);
/PHP-7.3/ext/date/tests/
H A Ddate_interval_create_from_date_string_nullparam.phpt2 Test date_interval_create_from_date_string() function : null parameter
7 $i = date_interval_create_from_date_string(null);
/PHP-7.3/ext/opcache/tests/
H A Dbug74152.phpt2 Bug #74152 (if statement says true to a null variable)
14 $bar = null;
/PHP-7.3/ext/phar/tests/files/
H A Dfrontcontroller7.phar2 Phar::webPhar("whatever", "index.php", null, array("php" => null));
/PHP-7.3/tests/lang/
H A Dbug24573.phpt2 Bug #24573 (debug_backtrace() crashes if $this is set to null)
9 $this = null;
/PHP-7.3/ext/phar/tests/cache_list/files/
H A Dfrontcontroller7.phar2 Phar::webPhar("whatever", "index.php", null, array("php" => null));
/PHP-7.3/ext/standard/tests/array/
H A Darray_reverse_variation3.phpt53 // associative array, containing null/empty/boolean values as key/value
54 /*13*/ array(NULL => "NULL", null => "null", "NULL" => NULL, "null" => null),
57 array(1 => '', 2 => "", 3 => NULL, 4 => null, 5 => false, 6 => true),
58 array('' => 1, "" => 2, NULL => 3, null => 4, false => 5, true => 6),
413 ["null"]=>
418 string(4) "null"
422 ["null"]=>
427 string(4) "null"
431 ["null"]=>
436 string(4) "null"
H A Darray_product_variation1.phpt20 "resource" => $fp, "object" => new A(), "null" => null,
52 null
H A Darray_unshift_variation3.phpt37 // associative array, containing null/empty/boolean values as key/value
38 /*13*/ array(NULL => "NULL", null => "null", "NULL" => NULL, "null" => null),
41 array(1 => '', 2 => "", 3 => NULL, 4 => null, 5 => false, 6 => true),
42 array('' => 1, "" => 2, NULL => 3, null => 4, false => 5, true => 6),
399 string(4) "null"
402 ["null"]=>
414 string(4) "null"
417 ["null"]=>
/PHP-7.3/ext/standard/tests/http/
H A Dserver.inc10 function http_server_init($socket_string, &$output = null) {
18 if ($output === null) {
41 function http_server($socket_string, array $files, &$output = null) {
61 list($r, $w, $e) = array(array($sock), null, null);
/PHP-7.3/ext/soap/tests/bugs/
H A Dbug31755.phpt7 $client=new SOAPClient(null, array('location' => 'http://localhost',
10 $header = new SOAPHeader(null, 'foo', 'bar');
12 $response= $client->__call('function', array(), null, $header);
/PHP-7.3/ext/oci8/tests/
H A Dfetch_assoc.phpt13 "insert into fetch_assoc_tab values (1,1,null)",
14 "insert into fetch_assoc_tab values (1,1,null)",
15 "insert into fetch_assoc_tab values (1,1,null)"
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg.init.d16 PHPDBG=$(which phpdbg 2>/dev/null)
32 PHPDBG=$(which phpdbg 2>>/dev/null)
60 nohup ${PHPDBG} -l${STDIN}/${STDOUT} ${OPTIONS} 2>>${LOGFILE} 1>/dev/null </dev/null &
/PHP-7.3/ext/odbc/tests/
H A Dbug44618.phpt15 $result = null;
20 $result = null;
25 $result = null;
29 $result = null;

Completed in 22 milliseconds

12345678910>>...84