Home
last modified time | relevance | path

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

12345678910>>...75

/PHP-5.5/ext/standard/tests/file/
H A Dbug51094.phpt6 $ini = parse_ini_string('ini="ini;raw"', null, INI_SCANNER_RAW);
8 $ini = parse_ini_string('ini="ini;raw', null, INI_SCANNER_RAW);
10 $ini = parse_ini_string('ini=ini;raw', null, INI_SCANNER_RAW);
12 $ini = parse_ini_string('ini=ini"raw', null, INI_SCANNER_RAW);
14 $ini = parse_ini_string("ini=\r\niniraw", null, INI_SCANNER_RAW);
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.5/ext/pdo_pgsql/tests/
H A Dbug69752.phpt21 id bigserial not null primary key,
22 field1 text not null,
23 field2 text not null,
24 field3 text not null,
25 field4 int4 not null
30 $first_time_usage = null;
43 if ($first_time_usage === null) $first_time_usage = $usage;
/PHP-5.5/ext/pdo_dblib/
H A Dconfig.w3212 PHP_PDO_DBLIB, null, null, true))
39 PHP_PDO_MSSQL, null, null, true)) {
49 null, null, true)) {
62 …EXTENSION("pdo_mssql", "pdo_dblib.c dblib_driver.c dblib_stmt.c", null, null, null, "ext\\pdo_mssq…
/PHP-5.5/ext/soap/tests/interop/Round2/GroupB/
H A Dr2_groupB_004s.phpt10 new SoapVar("arg", XSD_STRING, null, null, "varString"),
11 new SoapVar(34, XSD_INT, null, null, "varInt"),
12 new SoapVar(123.45, XSD_FLOAT, null, null, "varFloat"),
14 new SoapVar("arg2", XSD_STRING, null, null, "varString"),
15 new SoapVar(342, XSD_INT, null, null, "varInt"),
16 new SoapVar(123.452, XSD_FLOAT, null, null, "varFloat")
/PHP-5.5/ext/standard/tests/array/
H A Deach_variation3.phpt49 // null data
50 /*4*/ 'null uppercase' => array(
51 NULL => 'null 1',
54 /*5*/ 'null lowercase' => array(
55 null => 'null 2',
146 -- Iteration 4: null uppercase data --
149 string(6) "null 1"
151 string(6) "null 1"
158 -- Iteration 5: null lowercase data --
161 string(6) "null 2"
[all …]
H A Darray_change_key_case_variation3.phpt49 // null data
50 /*3*/ 'null uppercase' => array(
51 NULL => 'null 1',
53 'null lowercase' => array(
54 null => 'null 2',
136 -- Iteration 4 : null uppercase data --
139 string(6) "null 1"
142 -- Iteration 5 : null lowercase data --
145 string(6) "null 2"
H A Darray_shift_variation3.phpt48 // null data
49 /*4*/ 'null uppercase' => array(
50 NULL => 'null 1',
53 /*5*/ 'null lowercase' => array(
54 null => 'null 2',
136 -- Iteration 4 : null uppercase data --
137 string(6) "null 1"
141 -- Iteration 5 : null lowercase data --
142 string(6) "null 2"
H A Darray_values_variation3.phpt49 // null data
50 /*4*/ 'null uppercase' => array(
51 NULL => 'null 1',
54 /*5*/ 'null lowercase' => array(
55 null => 'null 2',
139 -- Iteration 4: null uppercase data --
142 string(6) "null 1"
145 -- Iteration 5: null lowercase data --
148 string(6) "null 2"
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 --
/PHP-5.5/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));
/PHP-5.5/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.5/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.5/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.5/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.5/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`
1235 ) 2>/dev/null`
1679 if [ -x /bin/sh ] 2>/dev/null; then
1723 rm -f $tmpfile >/dev/null 2>&1
1747 rm -f $tmpfile >/dev/null 2>&1
[all …]
/PHP-5.5/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', '', '');
/PHP-5.5/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.5/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.5/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.5/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 ***
/PHP-5.5/
H A Dconfig.guess354 grep IS_64BIT_ARCH >/dev/null
1051 if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
1070 elif /bin/uname -X 2>/dev/null >/dev/null ; then
1122 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
1124 /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
1127 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
1133 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
1135 /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
1137 /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \
1164 if uname -p 2>/dev/null >/dev/null ; then
[all …]
/PHP-5.5/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 …]

Completed in 36 milliseconds

12345678910>>...75