Home
last modified time | relevance | path

Searched refs:null (Results 426 – 450 of 1738) sorted by relevance

1...<<11121314151617181920>>...70

/PHP-5.3/ext/mcrypt/tests/
H A Dmcrypt_decrypt_variation2.phpt84 // null data
86 'lowercase null' => null,
172 --lowercase null--
H A Dmcrypt_decrypt_variation3.phpt84 // null data
86 'lowercase null' => null,
172 --lowercase null--
H A Dmcrypt_ecb_variation3.phpt84 // null data
86 'lowercase null' => null,
172 --lowercase null--
H A Dmcrypt_ecb_variation5.phpt84 // null data
86 'lowercase null' => null,
172 --lowercase null--
/PHP-5.3/ext/spl/tests/
H A Dclass_implements_variation2.phpt76 // null data
78 'lowercase null' => null,
194 --lowercase null--
H A Dbug52573.phpt6 $result = null;
/PHP-5.3/ext/standard/tests/file/
H A Dparse_ini_file_variation5.phpt78 // null data
80 'lowercase null' => null,
192 --lowercase null--
H A Dreadfile_variation5.phpt78 // null data
80 'lowercase null' => null,
175 --lowercase null--
/PHP-5.3/ext/mbstring/tests/
H A Dmb_stristr_variation1.phpt82 // null data
84 'lowercase null' => null,
170 --lowercase null--
H A Dmb_strrchr_variation2.phpt82 // null data
84 'lowercase null' => null,
170 --lowercase null--
H A Dmb_strrichr_variation1.phpt82 // null data
84 'lowercase null' => null,
170 --lowercase null--
H A Dmb_strrichr_variation2.phpt82 // null data
84 'lowercase null' => null,
170 --lowercase null--
H A Dmb_strstr_variation1.phpt82 // null data
84 'lowercase null' => null,
170 --lowercase null--
H A Dmb_ereg_variation2.phpt60 // null data
62 null,
96 $regs = null;
/PHP-5.3/ext/standard/tests/general_functions/
H A Dintval_variation2.phpt66 // null data
68 'lowercase null' => null,
143 --lowercase null--
H A Dgettype_settype_variation1.phpt19 settype() to null type.
20 Set type of the data to "null" and verify using gettype
23 set the type of the variable to "null type"
62 null,
158 /* test conversion to null type */
159 $type = "null";
170 // convert it to null
188 -- Setting type of data to null --
H A Dvar_export_basic5.phpt17 "array(null)" => array(null),
71 --Iteration: array(null) --
/PHP-5.3/ext/date/tests/
H A Dtimezone_name_from_abbr_variation1.phpt63 // null data
65 'lowercase null' => null,
154 -- lowercase null --
H A Dgmdate_variation1.phpt64 // null data
66 'lowercase null' => null,
174 --lowercase null--
/PHP-5.3/Zend/tests/
H A Dindexing_001.phpt7 $testvalues=array(null, 0, 1, true, false,'',' ',0.1,array());
15 $testvalues=array(null, 0, 1, true, false,'',0.1,array());
23 $testvalues=array(null, 0, 1, true, false,'',0.1,array());
31 $testvalues=array(null, 0, 1, true, false,'',0.1,array());
H A Dns_070.phpt15 new bar(null);
H A Dbug42817.phpt5 $a = clone(null);
/PHP-5.3/ext/standard/tests/strings/
H A Dbug39032.phpt2 Bug #39032 (strcspn() stops on null character)
/PHP-5.3/ext/oci8/tests/
H A Dlob_null.phpt2 Test null data for CLOBs
41 $lob->writeTemporary(null);
85 $lob->writeTemporary(null);
125 echo "RETURNING INTO: null\n";
130 $lob->save(null);
198 RETURNING INTO: null
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param_call_user_func.phpt29 $id = $label = null;
58 $id = $label = null;
86 $id = $label = null;
114 $id = $label = null;
141 $id = $label = null;
170 $id = $label = null;
199 $id = $label = null;
228 $id = $label = null;
256 $id = $label = null;
279 $id = $label = null;

Completed in 71 milliseconds

1...<<11121314151617181920>>...70