Home
last modified time | relevance | path

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

12345678910>>...70

/PHP-5.3/ext/standard/tests/array/
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"]=>
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 %unicode|string%(4) "null"
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_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"]=>
H A Darray_intersect_assoc_variation3.phpt67 // associative array, containing null/empty/boolean values as key/value
68 /*14*/ array(NULL => "NULL", null => "null", "NULL" => NULL, "null" => null),
71 array(1 => '', 2 => "", 3 => NULL, 4 => null, 5 => false, 6 => true),
72 array('' => 1, "" => 2, NULL => 3, null => 4, false => 5, true => 6),
85 '', null => "null", '' => 'emptys', "emptyd" => "",
H A Darray_intersect_assoc_variation4.phpt55 '', null => "null", '' => 'emptys'
76 // associative array, containing null/empty/boolean values as key/value
77 /*14*/ array(NULL => "NULL", null => "null", "NULL" => NULL, "null" => null),
80 array(1 => '', 2 => "", 3 => NULL, 4 => null, 5 => false, 6 => true),
81 array('' => 1, "" => 2, NULL => 3, null => 4, false => 5, true => 6),
/PHP-5.3/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.3/scripts/dev/generate-phpt/src/codeSnippets/
H A DemptyUnsetUndefNull.txt10 'lowercase null' => null,
/PHP-5.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-5.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
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 --
/PHP-5.3/ext/spl/tests/
H A DSplFixedArray_setSize_param_null.phpt2 SplFixedArray::setSize() with a null parameter
8 $fixed_array->setSize(null);
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-5.3/Zend/tests/
H A Dbug35163.phpt10 $a[0] = null;
11 $a = null;
H A Dbug35163_2.phpt11 $a[0] = null;
12 $a = null;
H A Dbug35163_3.phpt11 $a->b = null;
12 $a = null;
/PHP-5.3/ext/ldap/tests/
H A Dldap_connect_error.phpt15 var_dump(ldap_connect(null, null, null));
/PHP-5.3/ext/pdo_dblib/
H A Ddb.php28 $stmt = null;
29 $db = null;
/PHP-5.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-5.3/ext/oci8/tests/
H A Dnull_byte_1.phpt2 Protect against null bytes in LOB filenames (http://news.php.net/php.internals/50202)
32 Warning: OCI-Lob::savefile(): Filename cannot contain null bytes in %snull_byte_1.php on line %d
36 Warning: OCI-Lob::export(): Filename cannot contain null bytes in %snull_byte_1.php on line %d
/PHP-5.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"));

Completed in 27 milliseconds

12345678910>>...70