Home
last modified time | relevance | path

Searched refs:null (Results 1701 – 1725 of 1738) sorted by relevance

1...<<61626364656667686970

/PHP-5.3/Zend/
H A Dzend_operators.h378 #define convert_to_null_ex(ppzv) convert_to_ex_master(ppzv, null, NULL)
H A DZEND_CHANGES714 function my_function(&$var = null) {
715 if ($var === null) {
/PHP-5.3/ext/standard/tests/strings/
H A Dstr_replace.phpt207 echo "\n-- Testing a heredoc null string --\n";
929 -- Testing a heredoc null string --
H A Dstrcmp.phpt105 echo "\n--- Testing a heredoc null string ---\n";
608 --- Testing a heredoc null string ---
H A Dwordwrap_variation2.phpt58 null,
/PHP-5.3/ext/ereg/regex/
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.3/
H A Dserver-tests.php196 $w = null;
197 $e = null;
H A DNEWS71 . Fixed handling null bytes in subjectAltName (CVE-2013-4073).
358 . Bug #62987 (Assigning to ArrayObject[null][something] overrides all
456 . Fixed bug #62205 (php-fpm segfaults (null passed to strstr)). (fat)
513 member of a null object). (Laruence)
521 set to null). (Anatoliy)
1186 . Fixed bug #54167 (PDO_DBLIB returns null on SQLUNIQUE field).
1323 null default value). (Gustavo, Stas)
3937 - Fixed bug #43533 (escapeshellarg('') returns null). (Ilia)
5234 - Fixed bug #39032 (strcspn() stops on null character). (Tony)
6368 null default values). (Tony)
[all …]
/PHP-5.3/ext/standard/
H A Darray.c4232 zval *result, *null; in PHP_FUNCTION() local
4281 MAKE_STD_ZVAL(null); in PHP_FUNCTION()
4282 ZVAL_NULL(null); in PHP_FUNCTION()
4311 params[i] = &null; in PHP_FUNCTION()
4332 zval_ptr_dtor(&null); in PHP_FUNCTION()
4349 zval_ptr_dtor(&null); in PHP_FUNCTION()
/PHP-5.3/ext/soap/
H A Dphp_encoding.c103 xmlAttrPtr null; \
109 null = get_attribute(xml->properties, "nil"); \
110 if (null) { \
119 xmlAttrPtr null; \
127 null = get_attribute(xml->properties, "nil"); \
128 if (null) { \
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_fetch_array_oo.phpt274 if (null !== ($tmp = $res->fetch_array(MYSQLI_ASSOC)))
H A Dmysqli_fetch_all_oo.phpt301 if (null !== ($tmp = $res->fetch_array(MYSQLI_ASSOC)))
H A Dmysqli_fetch_all.phpt299 if (null !== ($tmp = mysqli_fetch_array($res, MYSQLI_ASSOC)))
/PHP-5.3/ext/ftp/tests/
H A Dserver.inc3 $socket = null;
/PHP-5.3/ext/dom/tests/
H A Ddom_create_element.phpt213 /* the qualifiedName has a prefix and the namespaceURI is null */
/PHP-5.3/ext/standard/tests/misc/
H A Dget_browser_variation1.phpt19 * If browser_name is omitted or null, HTTP_USER_AGENT is used.
H A Dget_browser_basic.phpt19 * If browser_name is omitted or null, HTTP_USER_AGENT is used.
/PHP-5.3/ext/standard/tests/general_functions/
H A Dgettype_settype_variation2.phpt65 null,
H A Dgettype_settype_variation3.phpt62 null,
H A Dgettype_settype_variation4.phpt66 null,
/PHP-5.3/ext/intl/doc/
H A DTutorial.txt3 If a sever error occurs (such as out of memory condition) this will return null.
/PHP-5.3/ext/mbstring/oniguruma/
H A DHISTORY417 FreeNodeList null check should be on thread-atomic
518 name key of name table should be null terminated for
627 change API of st for non-null terminated string key.
1750 2002/03/12: [bug] if pattern has nested null-check, cause infinite loop.
/PHP-5.3/ext/phar/phar/
H A Dpharcommand.inc226 $apiver = `pear -q info PHP_Archive 2>/dev/null|grep 'API Version'`;
232 $phpdir = `pear config-get php_dir 2>/dev/null`;
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dsqlite.h.in362 ** is a "%q" option. %q works like %s in that it substitutes a null-terminated
851 ** null-terminated and can be used as a string value in an INSERT
/PHP-5.3/ext/mbstring/
H A DREADME_PHP3-i18n-ja773 Fixed mail() which was causing segmentation fault when header was null.

Completed in 98 milliseconds

1...<<61626364656667686970