Home
last modified time | relevance | path

Searched refs:NULL (Results 4126 – 4150 of 4218) sorted by relevance

1...<<161162163164165166167168169

/PHP-7.0/ext/standard/tests/strings/
H A Dsprintf_variation50.phpt30 "NULL",
/PHP-7.0/ext/iconv/tests/
H A Diconv_mime_decode_variation3.phpt67 /*10*/ NULL,
/PHP-7.0/ext/mysqli/tests/
H A Dconnect.inc31 $MYSQLND_VERSION = NULL;
H A Dbug42378.phpt164 test_format($link, 'FORMAT(col1, 0)', 'test', NULL, array(), 100);
H A Dmysqli_class_mysqli_result_interface.phpt117 printf("[002] Expecting NULL got %s/%s\n", gettype($tmp), $tmp);
/PHP-7.0/ext/oci8/tests/
H A Drefcur_prefetch_4.phpt164 NULL
/PHP-7.0/ext/pdo/tests/
H A Dpdo_011.phpt17 $db->exec('CREATE TABLE test(id int NOT NULL PRIMARY KEY, val VARCHAR(10), grp VARCHAR(10))');
/PHP-7.0/ext/mbstring/libmbfl/filters/
H A Dmbfilter_euc_jp_win.c64 "eucJP-ms", NULL};
/PHP-7.0/Zend/
H A Dzend.h237 #define zend_first_try EG(bailout)=NULL; zend_try
H A DZend.m4295 void *seg = mmap(NULL, SEG_SIZE, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_ANON, -1, 0);
347 seg = mmap(NULL, SEG_SIZE, PROT_READ | PROT_WRITE, MAP_PRIVATE, fd, 0);
H A Dzend_virtual_cwd.h86 ((strchr(path, ':') != NULL) || ((len >= 1) && ((path[0] == '/') || (path[0] == '\\'))))
/PHP-7.0/TSRM/
H A Dthreads.m482 return pthread_create(&thd, NULL, thread_routine, &data);
/PHP-7.0/ext/standard/tests/file/
H A Dfgetcsv_variation3.phpt2 Test fgetcsv() : usage variations - with delimiter as NULL
10 /* Testing fgetcsv() to read from a file when provided with delimiter value as NULL */
12 echo "*** Testing fgetcsv() : with delimiter as NULL ***\n";
77 var_dump( fgetcsv($file_handle, 1024, NULL, $enclosure) );
92 *** Testing fgetcsv() : with delimiter as NULL ***
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,
/PHP-7.0/main/
H A Dmergesort.c129 if ((list2 = malloc(nmemb * size + PSIZE)) == NULL) in php_mergesort()
/PHP-7.0/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-7.0/ext/pdo/
H A Dphp_pdo_driver.h213 return defval ? zend_string_copy(defval) : NULL; in pdo_attr_strval()
/PHP-7.0/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_o.phpt571 NULL
651 NULL
/PHP-7.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_nextrowset.phpt44 assert($tmp['_version'] === NULL);
/PHP-7.0/ext/intl/tests/
H A Dut_common.inc139 return NULL;
407 return NULL;
/PHP-7.0/ext/zip/lib/
H A Dzip.h258 …or) ((len) < sizeof(type) ? zip_error_set((error), ZIP_ER_INVAL, 0), (type *)NULL : (type *)(data))

Completed in 69 milliseconds

1...<<161162163164165166167168169