Home
last modified time | relevance | path

Searched refs:null (Results 76 – 100 of 1859) sorted by relevance

12345678910>>...75

/PHP-5.5/ext/simplexml/tests/
H A Dbug37565.phpt26 Error: Argument 1 passed to Reflection::export() must implement interface Reflector, null given
27 Error: Reflection::export() expects parameter 1 to be Reflector, null given
29 Error: Argument 1 passed to Reflection::export() must implement interface Reflector, null given
30 Error: Reflection::export() expects parameter 1 to be Reflector, null given
/PHP-5.5/ext/standard/tests/array/
H A Darray_sum_variation7.phpt12 * strings, bool, null, subarrays & objects
32 // array with null entry
33 $input = array(null, NULL);
34 echo "-- array with null values --\n";
65 $input = array( 5, -8, 7.2, -1.2, "10", "apple", 'Mango', true, false, null, NULL, array( array(1,2…
78 -- array with null values --
H A Darray_diff_assoc_variation4.phpt48 // null data
50 'null' => array(
51 NULL => 'null 1',
52 null => 'null 2'),
133 string(6) "null 2"
H A Dvar_export2.phpt5 $a = array ("\0" => 'null', "" => 'empty', "0" => 'nul');
10 '' . "\0" . '' => '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-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_references.phpt36 $id = null;
38 $label = null;
54 $id = null;
57 $label = null;
77 $label = null;
91 $id = null;
148 $id = null;
160 $id = null;
162 $label = null;
180 $id = null;
[all …]
/PHP-5.5/ext/standard/tests/strings/
H A Dstrtr_variation4.phpt2 Test strtr() function : usage variations - empty string & null for 'str' argument
12 * empty string & null for 'str' argument and
16 echo "*** Testing strtr() : empty string & null for 'str' arg ***\n";
29 null,
57 *** Testing strtr() : empty string & null for 'str' arg ***
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-5.5/ext/oci8/tests/
H A Dnull_byte_2.phpt18 echo "Test 1: Valid use of a null byte\n";
25 echo "Test 3: Using a null byte in a bind variable name\n";
37 Test 1: Valid use of a null byte
45 Test 3: Using a null byte in a bind variable name
H A Dnull_byte_3.phpt15 echo "Test 1: Invalid use of a null byte\n";
20 echo "Test 2: Using a null byte in a bind variable value causing WHERE clause to fail\n";
33 Test 1: Invalid use of a null byte
36 Test 2: Using a null byte in a bind variable value causing WHERE clause to fail
/PHP-5.5/ext/sockets/tests/
H A Dsocket_select-wrongparams-2.phpt10 $sockets = null;
11 $write = null;
12 $except = null;
/PHP-5.5/Zend/tests/
H A Dgc_029.phpt13 if ($this->bar !== null) {
14 $this->x = null;
22 if ($this->foo !== null) {
H A Dgc_029_zts.phpt13 if ($this->bar !== null) {
14 $this->x = null;
22 if ($this->foo !== null) {
H A Dbug64515.phpt5 function foo($unused = null, $unused = null, $arg = array()) {
H A Dbug35163.phpt10 $a[0] = null;
11 $a = null;
/PHP-5.5/ext/standard/tests/file/
H A Dfiletype_variation2.phpt10 if (!file_exists("/dev/null")) {
11 die('skip /dev/null not available');
23 print( filetype("/dev/null") )."\n";
/PHP-5.5/ext/sybase_ct/tests/
H A Dtest_query_nostore.phpt19 id numeric(10, 0) primary key not null,
20 caption varchar(255) not null,
21 author varchar(50) not null,
22 link varchar(255) null,
23 lastchange datetime default getdate() null
/PHP-5.5/ext/date/tests/
H A DDateTime_extends_basic2.phpt13 public function __construct ($date = null, DateTimeZone $dtz = null)
15 if($dtz === null)
/PHP-5.5/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-5.5/ext/pgsql/tests/
H A Dpg_meta_data_001.phpt38 ["not null"]=>
53 ["not null"]=>
70 ["not null"]=>
85 ["not null"]=>
H A D11pg_meta_data.phpt27 ["not null"]=>
42 ["not null"]=>
57 ["not null"]=>
/PHP-5.5/scripts/dev/generate-phpt/src/codeSnippets/
H A DemptyUnsetUndefNull.txt10 'lowercase null' => null,
/PHP-5.5/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-5.5/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-5.5/ext/spl/tests/
H A DSplFixedArray_setSize_param_null.phpt2 SplFixedArray::setSize() with a null parameter
8 $fixed_array->setSize(null);

Completed in 75 milliseconds

12345678910>>...75