Home
last modified time | relevance | path

Searched refs:null (Results 51 – 75 of 1738) sorted by relevance

12345678910>>...70

/PHP-5.3/ext/intl/tests/
H A Dbug62082.phpt9 var_dump(locale_get_display_name(str_repeat("a", 300), null));
10 var_dump(locale_get_display_name(str_repeat("a", 512), null));
11 var_dump(locale_get_display_name(str_repeat("a", 600), null));
/PHP-5.3/ext/standard/tests/array/
H A Darray_map_variation3.phpt38 // associative array, containing null/empty/boolean values as key/value
39 /*13*/ array(NULL => "NULL", null => "null", "NULL" => NULL, "null" => null),
42 array(1 => '', 2 => "", 3 => NULL, 4 => null, 5 => false, 6 => true),
43 array('' => 1, "" => 2, NULL => 3, null => 4, false => 5, true => 6),
168 string(4) "null"
171 ["null"]=>
H A Darray_push_variation6.phpt51 // null data
52 /*3*/ 'null uppercase' => array(
53 NULL => 'null 1',
55 'null lowercase' => array(
56 null => 'null 2',
124 -- Iteration 4 : null uppercase data --
128 -- Iteration 5 : null lowercase data --
H A Dnatcasesort_variation11.phpt48 // null data
49 /*4*/ 'null uppercase' => array(
50 NULL => 'null 1',
53 /*5*/ 'null lowercase' => array(
54 null => 'null 2',
155 string(6) "null 1"
162 string(6) "null 2"
H A Darray_key_exists_variation8.phpt51 // null data
52 /*3*/ 'null uppercase' => array(
53 NULL => 'null 1',
55 'null lowercase' => array(
56 null => 'null 2',
129 -- $key arguments are null uppercase data:
131 -- $key arguments are null lowercase data:
165 -- $key arguments are null uppercase data:
167 -- $key arguments are null lowercase data:
224 -- Iteration 4: null uppercase data --
[all …]
H A Darray_merge_variation7.phpt19 $arr2 = array(0, 1, 2, null => 'null', 1.234E-10 => 'float');
45 string(4) "null"
55 string(4) "null"
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 --
/PHP-5.3/ext/date/tests/
H A Dbug52063.phpt2 Bug #52063 (DateTime constructor's second argument doesn't have a null default value)
6 $a = new DateTime("2009-01-01", null);
9 $a = date_create("2009-01-01", null);
H A DDateTime_extends_basic2.phpt13 public function __construct ($date = null, DateTimeZone $dtz = null)
15 if($dtz === null)
/PHP-5.3/ext/spl/tests/
H A Dbug53515.phpt2 Bug #53515 (property_exists incorrect on ArrayObject null and 0 values)
6 $a = array('a' => 1, 'b'=> true, 'c' => 0, 'd' => null, 'e' => false, 'f' => array());
13 echo $key . ': ' . (is_null($value) ? 'null' : $value) .
23 d: null array_key_exists: true property_exists: true
/PHP-5.3/ext/standard/tests/strings/
H A Dstrncasecmp_variation7.phpt10 /* Test strncasecmp() function with null terminated strings and binary values passed to 'str1' & 's…
12 echo "*** Test strncasecmp() function: with null terminated strings and binary inputs ***\n";
14 /* A binary function should not expect a null terminated string, and it should treat input as a raw…
24 *** Test strncasecmp() function: with null terminated strings and binary inputs ***
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 ***
/PHP-5.3/ext/imap/
H A Dconfig.w329 CHECK_HEADER_ADD_INCLUDE("c-client/c-client.h", "CFLAGS_IMAP", null, null, true)) ||
11 CHECK_HEADER_ADD_INCLUDE("c-client/utf8aux.h", "CFLAGS_IMAP", null, null, true))
/PHP-5.3/
H A Dconfig.guess133 if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
173 | grep __ELF__ >/dev/null
643 grep __LP64__ >/dev/null
1069 if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
1088 elif /bin/uname -X 2>/dev/null >/dev/null ; then
1137 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
1139 /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
1142 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
1169 if uname -p 2>/dev/null >/dev/null ; then
1170 UNAME_MACHINE=`(uname -p) 2>/dev/null`
[all …]
/PHP-5.3/Zend/tests/
H A Dgc_029.phpt11 if ($this->bar !== null) {
12 $this->x = null;
20 if ($this->foo !== null) {
/PHP-5.3/ext/oci8/tests/
H A Dextauth_01.phpt19 $c = oci_connect('/', 'notemtpy', 'anything', null, OCI_CRED_EXT);
28 $c = oci_connect('notemtpy', 'notemtpy', 'anything', null, OCI_CRED_EXT);
37 $c = oci_connect('notemtpy', '', 'anything', null, OCI_CRED_EXT);
46 $c = oci_connect('a', 'b', 'c', null, OCI_SYSDBA+OCI_SYSOPER);
55 $c = oci_connect('a', 'b', 'c', null, OCI_SYSDBA+OCI_SYSOPER+OCI_CRED_EXT);
64 $c = oci_connect('', '', 'anything', null, OCI_CRED_EXT);
73 $c = oci_connect('/', '', 'anything', null, OCI_CRED_EXT);
82 $c = oci_connect('/', null, 'anything', null, OCI_CRED_EXT);
91 $c = oci_connect('/', '', 'c', null, OCI_SYSDBA+OCI_CRED_EXT);
100 $c = oci_connect('/', '', 'c', null, OCI_SYSOPER+OCI_CRED_EXT);
H A Dextauth_03.phpt18 $c = oci_pconnect('/', 'notemtpy', 'anything', null, OCI_CRED_EXT);
27 $c = oci_pconnect('notemtpy', 'notemtpy', 'anything', null, OCI_CRED_EXT);
36 $c = oci_pconnect('notemtpy', '', 'anything', null, OCI_CRED_EXT);
45 $c = oci_pconnect('a', 'b', 'c', null, OCI_SYSDBA+OCI_SYSOPER);
54 $c = oci_pconnect('a', 'b', 'c', null, OCI_SYSDBA+OCI_SYSOPER+OCI_CRED_EXT);
63 $c = oci_pconnect('', '', 'anything', null, OCI_CRED_EXT);
72 $c = oci_pconnect('/', '', 'anything', null, OCI_CRED_EXT);
81 $c = oci_pconnect('/', null, 'anything', null, OCI_CRED_EXT);
90 $c = oci_pconnect('/', '', 'c', null, OCI_SYSDBA+OCI_CRED_EXT);
99 $c = oci_pconnect('/', '', 'c', null, OCI_SYSOPER+OCI_CRED_EXT);
H A Dextauth_02.phpt18 $c = oci_new_connect('/', 'notemtpy', 'anything', null, OCI_CRED_EXT);
27 $c = oci_new_connect('notemtpy', 'notemtpy', 'anything', null, OCI_CRED_EXT);
36 $c = oci_new_connect('notemtpy', '', 'anything', null, OCI_CRED_EXT);
45 $c = oci_new_connect('a', 'b', 'c', null, OCI_SYSDBA+OCI_SYSOPER);
54 $c = oci_new_connect('a', 'b', 'c', null, OCI_SYSDBA+OCI_SYSOPER+OCI_CRED_EXT);
63 $c = oci_new_connect('', '', 'anything', null, OCI_CRED_EXT);
72 $c = oci_new_connect('/', '', 'anything', null, OCI_CRED_EXT);
81 $c = oci_new_connect('/', null, 'anything', null, OCI_CRED_EXT);
90 $c = oci_new_connect('/', '', 'c', null, OCI_SYSDBA+OCI_CRED_EXT);
99 $c = oci_new_connect('/', '', 'c', null, OCI_SYSOPER+OCI_CRED_EXT);
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.3/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.3/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.3/ext/sockets/tests/
H A Dsocket_select-wrongparams-2.phpt10 $sockets = null;
11 $write = null;
12 $except = null;
/PHP-5.3/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.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")

Completed in 52 milliseconds

12345678910>>...70