Home
last modified time | relevance | path

Searched refs:NULL (Results 3751 – 3775 of 3811) sorted by relevance

1...<<151152153

/PHP-5.3/ext/standard/tests/file/
H A Dfgetcsv_variation4.phpt2 Test fgetcsv() : usage variations - with enclosure as NULL
10 /* Testing fgetcsv() to read from a file when provided with enclosure value as NULL */
12 echo "*** Testing fgetcsv() : with enclosure as NULL ***\n";
76 var_dump( fgetcsv($file_handle, 0, $delimiter, NULL) );
91 *** Testing fgetcsv() : with enclosure as NULL ***
H A Dfpassthru_variation1.phpt50 NULL,
H A D007_error.phpt57 NULL,
H A Dflock_variation.phpt38 NULL,
/PHP-5.3/ext/mbstring/tests/
H A Dmb_stripos.phpt64 // Note: Returned NULL string
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_class_mysqli_result_interface.phpt117 printf("[002] Expecting NULL got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_last_insert_id.phpt21 return NULL;
/PHP-5.3/ext/date/tests/
H A Ddate_sun_info_variation1.phpt42 /*10*/ NULL,
H A Ddate_sun_info_variation2.phpt42 /*10*/ NULL,
H A Ddate_sun_info_variation3.phpt42 /*10*/ NULL,
/PHP-5.3/main/
H A Dmergesort.c129 if ((list2 = malloc(nmemb * size + PSIZE)) == NULL) in php_mergesort()
/PHP-5.3/
H A DREADME.PHP4-TO-PHP5-THIN-CHANGES29 functions return NULL when no more data is available in the result set
/PHP-5.3/ext/gd/libgd/
H A Dgd.c108 php_verror(NULL, "", type, format, args TSRMLS_CC); in php_gd_error_ex()
119 php_verror(NULL, "", E_WARNING, format, args TSRMLS_CC); in php_gd_error()
129 return NULL; in gdImageCreate()
133 return NULL; in gdImageCreate()
180 return NULL; in gdImageCreateTrueColor()
184 return NULL; in gdImageCreateTrueColor()
188 return NULL; in gdImageCreateTrueColor()
1868 struct seg *stack = NULL; in gdImageFill()
H A Dgd_gif_out.c103 gdIOCtx *out = gdNewDynamicCtx (2048, NULL); in gdImageGifPtr()
/PHP-5.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_nextrowset.phpt42 assert($tmp['_version'] === NULL);
/PHP-5.3/TSRM/
H A Dtsrm_virtual_cwd.h86 ((strchr(path, ':') != NULL) || ((len >= 1) && ((path[0] == '/') || (path[0] == '\\'))))
/PHP-5.3/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_o.phpt569 NULL refcount(1)
649 NULL refcount(1)
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt1900 result is NULL.
2006 If errptr is NULL, pcre_compile() returns NULL immediately. Otherwise,
2333 16 erroffset passed as NULL
2623 passing a NULL table pointer.
3451 Either code or subject was passed as NULL, or ovector was NULL and
3899 ing pcre_exec with the values NULL, NULL, NULL, -999, and -999 for its
4285 tions this field always contains NULL.
8019 (1) If callback is NULL and data is NULL, an internal 32K block
8022 (2) If callback is NULL and data is not NULL, data must be
8155 /* Check for error (NULL) */
[all …]
/PHP-5.3/ext/date/lib/
H A Dparse_date.c178 { NULL, 0, 0, NULL },
183 { NULL, 0, 0, NULL },
253 { NULL, 1, 0 }
296 { NULL, 0, 0 }
555 tmp = HOUR(strtol(begin, NULL, 10)) + strtol(begin + 2, NULL, 10); in timelib_parse_tz_cor()
558 tmp = HOUR(strtol(begin, NULL, 10)) + strtol(begin + 3, NULL, 10); in timelib_parse_tz_cor()
565 tmp = HOUR(strtol(begin, NULL, 10)) + strtol(begin + 3, NULL, 10); in timelib_parse_tz_cor()
761 return NULL; in zone_search()
872 char *str, *ptr = NULL; in scan()
24863 assert(time != NULL); in timelib_time_reset_fields()
[all …]
/PHP-5.3/ext/mbstring/oniguruma/doc/
H A DAPI207 6 region: address for return group match range info (NULL is allowed)
228 5 region: address for return group match range info (NULL is allowed)
/PHP-5.3/Zend/
H A Dzend_ini_scanner.c186 if (fh != NULL) { in init_ini_scanner()
189 ini_filename = NULL; in init_ini_scanner()
254 if (init_ini_scanner(scanner_mode, NULL TSRMLS_CC) == FAILURE) { in zend_ini_prepare_string_for_scanning()
1904 char *sc = NULL; in ini_lex()
1912 if (sc == NULL) { in ini_lex()
/PHP-5.3/ext/xml/tests/
H A Dbug32001.phpt98 $parser = xml_parser_create(NULL);
/PHP-5.3/ext/json/
H A DJSON_parser.c316 ZVAL_LONG(*z, strtol(buf->c, NULL, 10)); in json_create_zval()
321 ZVAL_DOUBLE(*z, zend_strtod(buf->c, NULL)); in json_create_zval()
/PHP-5.3/ext/standard/
H A Dmd5.c92 stream = php_stream_open_wrapper(arg, "rb", REPORT_ERRORS | ENFORCE_SAFE_MODE, NULL); in PHP_NAMED_FUNCTION()
/PHP-5.3/ext/oci8/tests/
H A Dedition_2.phpt80 $values_array = array(123,NULL,'NO EDITION','edition name which has more than thirty chars!!!editio…

Completed in 110 milliseconds

1...<<151152153