Home
last modified time | relevance | path

Searched refs:null (Results 26 – 50 of 1738) sorted by relevance

12345678910>>...70

/PHP-5.3/ext/sockets/tests/
H A Dsocket_create_pair-wrongparams-win32.phpt13 var_dump(socket_create_pair(AF_INET, null, null));
18 var_dump(socket_create_pair(AF_INET, null, null, $sockets));
20 var_dump(socket_create_pair(31337, null, null, $sockets));
H A Dsocket_create_pair-wrongparams.phpt13 var_dump(socket_create_pair(AF_INET, null, null));
18 var_dump(socket_create_pair(AF_INET, null, null, $sockets));
20 var_dump(socket_create_pair(31337, null, null, $sockets));
/PHP-5.3/ext/standard/tests/array/
H A Darray_diff_ukey_variation9.phpt2 Test array_diff_ukey() function : usage variation - Passing null,unset and undefined variable index…
20 'null indexed' => array(NULL => 'null 1', null => 'null 2'),
36 --null indexed--
H A Darray_diff_key_variation7.phpt2 Test array_diff_key() function : usage variation - Passing null,unset and undefined variable indexe…
20 'null indexed' => array(NULL => 'null 1', null => 'null 2'),
36 --null indexed--
H A Darray_map_variation14.phpt2 Test array_map() function : usage variations - null value for 'callback' argument
11 * Test array_map() by passing null values for $callback argument and testing whether shortest
15 echo "*** Testing array_map() : null value for 'callback' argument ***\n";
26 /* calling array_map() with null callback */
28 echo "-- with null --\n";
29 var_dump( array_map(null, $arr1, $arr2, $arr3) );
47 *** Testing array_map() : null value for 'callback' argument ***
48 -- with null --
H A Dkey_variation2.phpt48 // null data
49 /*4*/ 'null uppercase' => array(
50 NULL => 'null 1',
53 /*5*/ 'null lowercase' => array(
54 null => 'null 2',
125 -- Iteration 4 : null uppercase data --
128 -- Iteration 5 : null lowercase data --
H A Darray_diff_uassoc_variation12.phpt2 Test array_diff_uassoc() function : usage variation - Passing null,unset and undefined variable ind…
21 'null indexed' => array(NULL => NULL, null => null),
37 --null indexed--
H A Darray_slice_variation7.phpt53 // null data
54 /*4*/ 'null uppercase' => array(
55 NULL => 'null 1',
58 /*5*/ 'null lowercase' => array(
59 null => 'null 2',
177 -- Iteration 4 : key type is null uppercase --
181 string(6) "null 1"
186 string(6) "null 1"
189 -- Iteration 5 : key type is null lowercase --
193 string(6) "null 2"
[all …]
H A Darray_merge_variation4.phpt52 // null data
53 /*4*/ 'null uppercase' => array(
54 NULL => 'null 1',
57 /*5*/ 'null lowercase' => array(
58 null => 'null 2',
191 -- Iteration 4: null uppercase data --
194 string(6) "null 1"
206 string(6) "null 1"
209 -- Iteration 5: null lowercase data --
212 string(6) "null 2"
[all …]
/PHP-5.3/ext/reflection/tests/
H A Dbug60367.phpt22 $method->invoke(null);
23 $method->invokeArgs(null, array());
25 $method->invoke(null);
26 $method->invokeArgs(null, array());
/PHP-5.3/TSRM/
H A Dbuildconf12 mv aclocal.m4 aclocal.m4.old 2>/dev/null
14 if cmp aclocal.m4.old aclocal.m4 > /dev/null 2>&1; then
25 mv configure configure.old 2>/dev/null
27 if cmp configure.old configure > /dev/null 2>&1; then
/PHP-5.3/Zend/
H A Dbuildconf12 mv aclocal.m4 aclocal.m4.old 2>/dev/null
14 if cmp aclocal.m4.old aclocal.m4 > /dev/null 2>&1; then
25 mv configure configure.old 2>/dev/null
27 if cmp configure.old configure > /dev/null 2>&1; then
/PHP-5.3/ext/standard/tests/file/
H A Dfstat_variation3.phpt14 'lowercase null' => null,
25 Warning: fstat() expects parameter 1 to be resource, null given in %s on line %d
28 Warning: fstat() expects parameter 1 to be resource, null given in %s on line %d
37 Warning: fstat() expects parameter 1 to be resource, null given in %s on line %d
40 Warning: fstat() expects parameter 1 to be resource, null given in %s on line %d
/PHP-5.3/Zend/tests/
H A Dbug32322.phpt9 private static $instance = null;
20 if ( self::$instance == null )
31 static $instance2 = null;
32 if ( $instance2 == null )
53 $getCopyofSingleton = null;
55 $getCopyofSingleton = null;
59 $getCopyofSingleton2 = null;
61 $getCopyofSingleton2 = null;
/PHP-5.3/build/
H A Dshtool436 mkdir "$tmpdir" >/dev/null 2>&1
505 … term_bold=`awk 'BEGIN { printf("%c%c%c%c", 27, 91, 49, 109); }' </dev/null 2>/dev/null`
506 term_norm=`awk 'BEGIN { printf("%c%c%c", 27, 91, 109); }' </dev/null 2>/dev/null`
509 … term_bold=`awk 'BEGIN { printf("%c%c%c%c%c%c", 27, 91, 49, 109, 0, 0); }' </dev/null 2>/dev/null`
510 … term_norm=`awk 'BEGIN { printf("%c%c%c%c%c", 27, 91, 109, 0, 0); }' </dev/null 2>/dev/null`
726 time_year=`date '+%Y' 2>/dev/null`
1228 ) 2>/dev/null`
1672 if [ -x /bin/sh ] 2>/dev/null; then
1716 rm -f $tmpfile >/dev/null 2>&1
1740 rm -f $tmpfile >/dev/null 2>&1
[all …]
/PHP-5.3/ext/xmlwriter/tests/
H A Dbug41287.phpt14 xmlwriter_write_element_ns($xw, 'test', 'foo', null, '');
15 xmlwriter_write_element_ns($xw, null, 'bar', 'urn:x-test:', '');
16 xmlwriter_write_element_ns($xw, null, 'bar', '', '');
27 $xw->writeElementNS('test', 'foo', null, '');
28 $xw->writeElementNS(null, 'bar', 'urn:x-test:', '');
29 $xw->writeElementNS(null, 'bar', '', '');
H A Dbug41326.phpt14 $xml->writeElement('foo', null);
30 $xw->writeElementNS('test', 'foo', null, '');
31 $xw->writeElementNS(null, 'bar', 'urn:x-test:', '');
32 $xw->writeElementNS(null, 'bar', 'urn:x-test:', NULL);
33 $xw->writeElementNS(null, 'bar', 'urn:x-test:');
34 $xw->writeElementNS(null, 'bar', '', '');
/PHP-5.3/ext/openssl/tests/
H A D021.phpt32 var_dump(openssl_csr_sign($csr, null, $privkey, 365, $args));
33 var_dump(openssl_csr_sign($csr, null, $privkey, 365, $config_arg));
36 var_dump(openssl_csr_sign($csr, null, $wrong, 365));
37 var_dump(openssl_csr_sign($csr, null, $privkey, $wrong));
38 var_dump(openssl_csr_sign($csr, null, $privkey, 365, $wrong));
39 var_dump(openssl_csr_sign($wrong, null, $privkey, 365));
40 var_dump(openssl_csr_sign(array(), null, $privkey, 365));
42 var_dump(openssl_csr_sign($csr, null, array(), 365));
43 var_dump(openssl_csr_sign($csr, null, $privkey, array()));
44 var_dump(openssl_csr_sign($csr, null, $privkey, 365, $config_arg));
/PHP-5.3/ext/tidy/
H A Dconfig.w3210 CHECK_HEADER_ADD_INCLUDE("tidy/tidy.h", "CFLAGS_TIDY", null, null, true) ||
11 CHECK_HEADER_ADD_INCLUDE("libtidy/tidy.h", "CFLAGS_TIDY", null, null, true)
/PHP-5.3/ext/json/tests/
H A Djson_encode_basic.phpt33 $obj->MyNull = null;
59 null,
127 string(4) "null"
129 string(4) "null"
149 string(4) "null"
151 string(4) "null"
154 Warning: json_encode(): type is unsupported, encoded as null in %s on line %d
155 string(4) "null"
157 string(82) "{"MyInt":99,"MyFloat":123.45,"MyBool":true,"MyNull":null,"MyString":"Hello World"}"
/PHP-5.3/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_015s.phpt18 new SoapVar('arg', XSD_STRING, null, null, 'varString'),
19 new SoapVar('34', XSD_INT, null, null, 'varInt'),
20 new SoapVar('325.325', XSD_FLOAT, null, null, 'varFloat')
23 new SoapVar('arg', XSD_STRING, null, null, 'varString'),
24 new SoapVar('34', XSD_INT, null, null, 'varInt'),
25 new SoapVar('325.325', XSD_FLOAT, null, null, 'varFloat')
/PHP-5.3/ext/standard/tests/strings/
H A Dstrncmp_variation7.phpt2 Test strncmp() function : usage variations - binary safe(null terminated strings)
10 /* Test strncmp() function with binary values passed to 'str1' & 'str2' and with the null terminate…
12 echo "*** Test strncmp() function: Checking with the null terminated strings ***\n";
14 /* A binary function should not expect a null terminated string, and it should treat input as a raw…
22 *** Test strncmp() function: Checking with the null terminated strings ***
H A Djoin_variation3.phpt33 // associative array, containing null/empty/boolean values as key/value
34 array(NULL => "NULL", null => "null", "NULL" => NULL, "null" => null),
37 array(1 => '', 2 => "", 3 => NULL, 4 => null, 5 => false, 6 => true),
38 array('' => 1, "" => 2, NULL => 3, null => 4, false => 5, true => 6),
88 string(12) "null], [], ["
/PHP-5.3/ext/standard/tests/general_functions/
H A Dis_null.phpt9 echo "*** Testing is_null() with valid null values ***\n";
10 // different valid null vlaues
17 // unset them to make it null.
20 $null_var2 = null;
24 null,
36 null values, expected output: bool(true) */
85 "null",
113 array(null),
135 var_dump( is_null(NULL, null) );
145 *** Testing is_null() with valid null values ***
[all …]
H A Dvar_export_basic4.phpt23 "'null'" => 'null',
100 -- Iteration: 'null' --
101 'null'
102 'null'
103 string(6) "'null'"

Completed in 36 milliseconds

12345678910>>...70