Home
last modified time | relevance | path

Searched refs:null (Results 126 – 150 of 2082) sorted by relevance

12345678910>>...84

/PHP-7.3/ext/spl/tests/
H A DSplFixedArray_setSize_param_null.phpt2 SplFixedArray::setSize() with a null parameter
8 $fixed_array->setSize(null);
/PHP-7.3/ext/soap/tests/interop/Round2/GroupB/
H A Dr2_groupB_001s.phpt10 new SoapVar("arg", XSD_STRING, null, null, "varString"),
11 new SoapVar(34, XSD_INT, null, null, "varInt"),
12 new SoapVar(34.345, XSD_FLOAT, null, null, "varFloat")
/PHP-7.3/ext/standard/tests/array/
H A Darray_diff_assoc_variation4.phpt47 // null data
49 'null' => array(
50 NULL => 'null 1',
51 null => 'null 2'),
130 string(6) "null 2"
H A Dcompact_order.phpt6 $foo = null;
7 $bar = null;
H A Darray_unique_variation2.phpt53 /*5*/ array(NULL, null), // with NULL
65 // associative array, containing null/empty/boolean values as key/value
66 /*14*/ array(NULL => "NULL", null => "null", "NULL" => NULL, "null" => null),
69 array(1 => '', 2 => "", 3 => NULL, 4 => null, 5 => false, 6 => true),
70 /*18*/ array('' => 1, "" => 2, NULL => 3, null => 4, false => 5, true => 6),
196 string(4) "null"
H A Darray_intersect_variation3.phpt66 // associative array, containing null/empty/boolean values as key/value
67 /*14*/ array(NULL => "NULL", null => "null", "NULL" => NULL, "null" => null),
70 array(1 => '', 2 => "", 3 => NULL, 4 => null, 5 => false, 6 => true),
71 array('' => 1, "" => 2, NULL => 3, null => 4, false => 5, true => 6),
84 '', null => "null", '' => 'emptys'
264 ["null"]=>
270 ["null"]=>
/PHP-7.3/ext/intl/tests/
H A Dbug77895.phpt2 Bug #77895: IntlDateFormatter::create fails in strict mode if $locale = null
8 var_dump(IntlDateFormatter::create(null, IntlDateFormatter::NONE, IntlDateFormatter::NONE));
H A Ddateformat_bug65683_2.phpt7 var_dump(datefmt_format_object($date, null, 'fr_FR'));
8 var_dump(datefmt_format_object($date_imm, null, 'fr_FR'));
/PHP-7.3/Zend/tests/
H A Dbug72543_2.phpt6 $arr[0] = null;
9 $arr[0][$arr[0]] = null;
H A Dbug35163.phpt10 $a[0] = null;
11 $a = 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 Dbug35163_2.phpt11 $a[0] = null;
12 $a = null;
/PHP-7.3/ext/ldap/tests/
H A Dldap_connect_error.phpt15 var_dump(ldap_connect(null, null, null));
/PHP-7.3/ext/dba/tests/
H A Dbug72157.phpt10 $var5 = dba_open(null,$var0);
11 $var5 = dba_open(null,$var0);
12 $var5 = dba_open(null,$var0);
/PHP-7.3/ext/soap/tests/
H A Dfault001.phpt2 is_soap_fault 1: test against null
7 var_dump(is_soap_fault(null));
/PHP-7.3/ext/xsl/tests/
H A Dxsltprocessor_transformToURI_nullparam.phpt2 Check XSLTProcessor::transformToURI() with null parameters
51 echo $proc->transformToURI(null, null);
54 Warning: XSLTProcessor::transformToUri() expects parameter 1 to be object, null given in %s on line…
/PHP-7.3/Zend/tests/type_declarations/
H A Dscalar_null.phpt30 var_dump($function(null));
40 *** Caught Argument 1 passed to {closure}() must be of the type int, null given, called in %s on li…
42 *** Caught Argument 1 passed to {closure}() must be of the type float, null given, called in %s on …
44 *** Caught Argument 1 passed to {closure}() must be of the type string, null given, called in %s on…
46 *** Caught Argument 1 passed to {closure}() must be of the type bool, null given, called in %s on l…
/PHP-7.3/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_014s.phpt10 new SoapVar('arg', XSD_STRING, null, null, 'varString'),
11 new SoapVar('34', XSD_INT, null, null, 'varInt'),
12 new SoapVar('325.325', XSD_FLOAT, null, null, 'varFloat')
/PHP-7.3/ext/standard/tests/strings/
H A Dsetlocale_variation4.phpt2 Test setlocale() function : usage variations - setting system locale as null
25 echo "*** Testing setlocale() : usage variations - Setting system locale = null ***\n";
35 //Testing setlocale() by giving locale = null
36 echo "Setting system locale, category = LC_ALL and locale = null\n";
37 setlocale(LC_ALL, null);
55 *** Testing setlocale() : usage variations - Setting system locale = null ***
105 Setting system locale, category = LC_ALL and locale = null
/PHP-7.3/sapi/fpm/tests/
H A Dresponse.inc45 * @param string|array|null $data
48 public function __construct($data = null, $expectInvalid = false)
53 'err_response' => null,
103 * @return string|null
111 return null;
144 * @return string|null
212 * @return array|null
217 return null;
244 if ($this->valid === null) {
H A Dlogtool.inc95 if ($this->message === null) {
136 if ($this->message === null) {
147 $this->pattern = null;
190 $finalSuffix = null;
326 * @param string|null $pool
334 if ($pool !== null) {
357 * @param string|null $pool
368 * @param string|null $pool
379 * @param string|null $pool
390 * @param string|null $pool
[all …]
/PHP-7.3/ext/gettext/tests/
H A Dbug73730.phpt2 Bug #73730 (textdomain(null) throws in strict mode)
11 var_dump(textdomain(null));
/PHP-7.3/ext/pgsql/tests/
H A D11pg_meta_data.phpt27 ["not null"]=>
44 ["not null"]=>
61 ["not null"]=>
/PHP-7.3/ext/json/tests/
H A Dbug41034.phpt2 Bug #41034 (json_encode() ignores null byte started keys in arrays)
7 echo json_encode(array(0, "\0ab"=>1, "\0null-prefixed value"));
/PHP-7.3/ext/opcache/tests/
H A Dbug78341.phpt12 $x = $a === null;
17 test(null);

Completed in 34 milliseconds

12345678910>>...84