Home
last modified time | relevance | path

Searched refs:NULL (Results 3526 – 3550 of 3811) sorted by relevance

1...<<141142143144145146147148149150>>...153

/PHP-5.3/ext/standard/tests/strings/
H A Dvsprintf_variation14.phpt51 "1234hello", "hello\0world", "NULL", "true",
H A Dvsprintf_variation14_64bit.phpt51 "1234hello", "hello\0world", "NULL", "true",
H A Dstrlen.phpt19 NULL,
201 NULL
/PHP-5.3/ext/xml/tests/
H A Dxml_parser_set_option_variation3.phpt60 NULL,
/PHP-5.3/ext/intl/tests/
H A Dcollator_asort.phpt165 2 => NULL,
/PHP-5.3/ext/standard/tests/class_object/
H A Dis_subclass_of_variation_001.phpt54 NULL,
/PHP-5.3/ext/standard/tests/file/
H A Dfile_get_contents_file_put_contents_error.phpt33 var_dump( file_get_contents($file_path."/file_put_contents1.tmp", FALSE, NULL, 0, -5) );
H A Dfile_put_contents_variation8.phpt25 NULL,
/PHP-5.3/ext/ereg/regex/
H A Dregexec.c79 if ((m)->space == NULL) return(REG_ESPACE); \
/PHP-5.3/sapi/fpm/fpm/
H A Dzlog.c25 static void (*external_logger)(int, char *, size_t) = NULL;
/PHP-5.3/ext/standard/tests/image/
H A Dimage_type_to_extension.phpt34 var_dump(image_type_to_extension(1000000, NULL));
/PHP-5.3/ext/iconv/tests/
H A Diconv_strpos_variation1.phpt63 /*10*/ NULL,
H A Diconv_strpos_variation2.phpt63 /*10*/ NULL,
H A Diconv_strrpos_variation1.phpt62 /*10*/ NULL,
H A Diconv_strrpos_variation2.phpt62 /*10*/ NULL,
/PHP-5.3/ext/imap/
H A Dphp_imap.h227 #define imap_module_ptr NULL
/PHP-5.3/ext/oci8/tests/
H A Drefcur_prefetch_1.phpt157 NULL
200 NULL
/PHP-5.3/ext/gd/libgd/
H A Dgdkanji.c82 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s: %s", LIBNAME, tmp); in error()
94 char *lang = NULL; in DetectKanjiCode()
/PHP-5.3/ext/standard/tests/array/
H A Drange_variation.phpt9 $low_arr = array( "ABCD", -10.5555, TRUE, NULL, FALSE, "", array(1,2));
10 $high_arr = array( "ABCD", -10.5555, TRUE, NULL, FALSE, "", array(1,2));
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_class_mysqli_interface.phpt304 mysqli->info = ''/NULL (''/%unicode|string%)
317 mysqli->connect_error = ''/NULL (''/NULL)
/PHP-5.3/ext/fileinfo/libmagic/
H A Dreadelf.c57 #define isquote(c) (strchr("'\"`", (c)) != NULL)
810 { 0, NULL }
839 { 0, NULL }
978 cdp = NULL; in doshn()
/PHP-5.3/sapi/fpm/
H A Dconfig.m4384 EV_SET(&k, 0, EVFILT_READ , EV_ADD | EV_CLEAR, 0, 0, NULL);
429 dvp.dp_fds = NULL;
525 select(FD_SETSIZE, &fds, NULL, NULL, &t);
/PHP-5.3/ext/mbstring/oniguruma/
H A Dregexec.c2949 return (UChar* )NULL; in slow_search()
3000 return (UChar* )NULL; in slow_search_ic()
3032 return (UChar* )NULL; in slow_search_backward()
3058 return (UChar* )NULL; in slow_search_backward_ic()
3116 return (UChar* )NULL; in bm_search_notrev()
3154 return (UChar* )NULL; in bm_search()
3204 return (UChar* )NULL; in bm_search_backward()
3218 return (UChar* )NULL; in map_search()
3233 return (UChar* )NULL; in map_search_backward()
3699 prev = (UChar* )NULL; in onig_search()
[all …]
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dparse.y183 carg ::= DEFAULT NULL.
188 ccons ::= NULL onconf.
189 ccons ::= NOT NULL onconf(R). {sqliteAddNotNull(pParse, R);} in onconf()
214 refact(A) ::= SET NULL. { A = OE_SetNull; }
536 expr(A) ::= NULL(X). {A = sqliteExpr(TK_NULL, 0, 0, &X);}
606 expr(A) ::= expr(X) IS NULL(E). {
614 expr(A) ::= expr(X) NOT NULL(E). {
618 expr(A) ::= expr(X) IS NOT NULL(E). {
/PHP-5.3/ext/standard/tests/general_functions/
H A Dprint_r.phpt106 "abcd\x0n1234\x0005678\x0000efgh\xijkl", // strings with hexadecimal NULL
107 "abcd\0efgh\0ijkl\x00mnop\x000qrst\00uvwx\0000yz", // strings with octal NULL
129 array(NULL),
271 NULL, // NULL argument

Completed in 173 milliseconds

1...<<141142143144145146147148149150>>...153