Home
last modified time | relevance | path

Searched refs:null (Results 476 – 500 of 1859) sorted by relevance

1...<<11121314151617181920>>...75

/PHP-5.5/ext/mbstring/tests/
H A Dmb_strstr_variation1.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_ereg_variation2.phpt60 // null data
62 null,
96 $regs = null;
/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_ecb_variation2.phpt86 // null data
88 'lowercase null' => null,
174 --lowercase null--
H A Dmcrypt_ecb_variation3.phpt86 // null data
88 'lowercase null' => null,
174 --lowercase null--
H A Dmcrypt_encrypt_variation3.phpt84 // null data
86 'lowercase null' => null,
172 --lowercase null--
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_variation5.phpt86 // null data
88 'lowercase null' => null,
174 --lowercase null--
H A Dmcrypt_encrypt_variation2.phpt84 // null data
86 'lowercase null' => null,
172 --lowercase null--
/PHP-5.5/ext/mysql/tests/
H A Dmysql_fetch_object.phpt30 public $a = null;
31 public $b = null;
49 var_dump(mysql_fetch_object($res, 'mysql_fetch_object_construct', null));
53 var_dump(mysql_fetch_object($res, 'mysql_fetch_object_construct', "no array and not null"));
/PHP-5.5/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.5/ext/date/tests/
H A Dgmdate_variation1.phpt64 // null data
66 'lowercase null' => null,
174 --lowercase null--
H A Dtimezone_name_from_abbr_variation1.phpt63 // null data
65 'lowercase null' => null,
154 -- lowercase null --
/PHP-5.5/Zend/tests/
H A Dclosure_041.phpt48 $d = $staticUnscoped->bindTo(null); $d(); echo "\n";
49 $d = $nonstaticUnscoped->bindTo(null); $d(); echo "\n";
50 $d = $staticScoped->bindTo(null); $d(); echo "\n";
51 $d = $nonstaticScoped->bindTo(null); $d(); echo "\n";
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 Disset_func_error.phpt8 Fatal error: Cannot use isset() on the result of a function call (you can use "null !== func()" ins…
H A Dbug60738.phpt12 var_dump(set_error_handler(null));
/PHP-5.5/ext/standard/tests/general_functions/
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.phpt19 "array(null)" => array(null),
73 --Iteration: array(null) --
/PHP-5.5/ext/standard/tests/strings/
H A Dbug39032.phpt2 Bug #39032 (strcspn() stops on null character)
/PHP-5.5/ext/spl/tests/
H A Dbug52573.phpt6 $result = null;
/PHP-5.5/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

Completed in 32 milliseconds

1...<<11121314151617181920>>...75