Home
last modified time | relevance | path

Searched refs:null (Results 1801 – 1825 of 1859) sorted by relevance

1...<<7172737475

/PHP-5.5/ext/standard/tests/general_functions/
H A Dis_float.phpt87 null,
H A Dis_float_64bit.phpt89 null,
/PHP-5.5/ext/standard/tests/file/
H A Dfscanf_variation43.phpt42 'null'
H A Dfscanf_variation49.phpt42 'null'
H A Dfscanf_variation6.phpt42 'null'
H A Dfscanf_variation12.phpt42 'null'
H A Dfscanf_variation31.phpt42 'null'
H A Dfscanf_variation37.phpt42 'null'
/PHP-5.5/ext/pdo/tests/
H A Dpdo_018.phpt133 if ($db->getAttribute(PDO::ATTR_DRIVER_NAME) == 'oci' && $res[0] === null) {
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_closecursor.phpt86 $id = $label = null;
H A Dpdo_mysql_begintransaction.phpt32 $db = null;
/PHP-5.5/ext/standard/tests/strings/
H A Dwordwrap_variation1.phpt61 null,
H A Dstrcasecmp.phpt14 array("1", "0", 0, "-1", -1, NULL, null, "", TRUE, true, FALSE, "string"),
105 echo "\n--- Testing a heredoc null string ---\n";
627 --- Testing a heredoc null string ---
H A Dwordwrap_variation3.phpt65 null,
H A Dstrncmp_variation6.phpt10 /* Test strncmp() function with binary values passed to 'str1' & 'str2' and with the null terminate…
H A Dstr_replace.phpt207 echo "\n-- Testing a heredoc null string --\n";
929 -- Testing a heredoc null string --
/PHP-5.5/ext/ereg/regex/
H A DWHATSNEW75 checks *where* null strings are supposed to match, and has generally
H A Dtests14 # a null string followed by the stuff after the @; this provides a way to
15 # test where null strings match. The character `N' in REs and strings
/PHP-5.5/ext/standard/tests/array/
H A Dsizeof_variation4.phpt42 null,
/PHP-5.5/ext/hash/
H A Dhash.c924 unsigned char null = '\0'; in PHP_FUNCTION() local
942 ops->hash_update(context, &null, 1); in PHP_FUNCTION()
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar377 * @return null
404 * @return null
1009 'lowercase null' => null,
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_metadata.phpt45 …!mysqli_stmt_prepare($stmt, "SELECT id , label, id + 1 AS _id, label AS _label, null AS _null, CON…
/PHP-5.5/ext/standard/
H A Darray.c4277 zval *result, *null; in PHP_FUNCTION() local
4326 MAKE_STD_ZVAL(null); in PHP_FUNCTION()
4327 ZVAL_NULL(null); in PHP_FUNCTION()
4356 params[i] = &null; in PHP_FUNCTION()
4377 zval_ptr_dtor(&null); in PHP_FUNCTION()
4394 zval_ptr_dtor(&null); in PHP_FUNCTION()
/PHP-5.5/
H A Dserver-tests.php196 $w = null;
197 $e = null;
/PHP-5.5/ext/standard/tests/mail/
H A Dmail_basic6.phpt4 sendmail_path=tee mailBasic.out >/dev/null

Completed in 78 milliseconds

1...<<7172737475