Home
last modified time | relevance | path

Searched refs:NULL (Results 3726 – 3750 of 3811) sorted by relevance

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

/PHP-5.3/ext/spl/internal/
H A Drecursiveiteratoriterator.inc159 function getSubIterator($level = NULL)
/PHP-5.3/ext/gd/libgd/
H A Dgdtest.c168 if (im2 == NULL) in main()
/PHP-5.3/ext/standard/tests/strings/
H A Dstrrpos_variation11.phpt65 NULL,
H A Dsprintf_variation50.phpt30 "NULL",
/PHP-5.3/ext/ereg/tests/
H A Dereg_variation_001.phpt51 NULL,
H A Deregi_variation_001.phpt51 NULL,
/PHP-5.3/ext/dom/tests/
H A Dcanonicalization.phpt49 echo $doc->C14N(TRUE, FALSE, NULL, array('test'));
/PHP-5.3/Zend/
H A Dzend_strtod.c468 dtoa_mutex = NULL; in zend_shutdown_strtod()
471 pow5mult_mutex = NULL; in zend_shutdown_strtod()
1391 while ((tmp = *listp) != NULL) { in destroy_freelist()
1395 freelist[i] = NULL; in destroy_freelist()
2617 if (endptr != NULL) { in zend_hex_strtod()
2645 if (endptr != NULL) { in zend_oct_strtod()
H A Dzend.h211 #define ZEND_FILE_LINE_EMPTY_C NULL, 0
570 #define zend_first_try EG(bailout)=NULL; zend_try
/PHP-5.3/ext/pdo/
H A Dphp_pdo_driver.h213 return defval ? estrdup(defval) : NULL; in pdo_attr_strval()
/PHP-5.3/ext/xml/tests/
H A Dxml_parser_create_ns_variation1.phpt57 NULL,
H A Dxml_parser_create_variation1.phpt57 NULL,
/PHP-5.3/ext/mysqli/tests/
H A Dbug42378.phpt164 test_format($link, 'FORMAT(col1, 0)', 'test', NULL, array(), 100);
H A Dmysqli_class_mysqli_stmt_interface.phpt131 printf("[003] Expecting NULL got %s/%s\n", gettype($stmt), $stmt);
/PHP-5.3/ext/oci8/tests/
H A Drefcur_prefetch_4.phpt157 NULL
/PHP-5.3/ext/standard/tests/array/
H A Dshuffle_variation1.phpt52 /*10*/ NULL,
/PHP-5.3/ext/mbstring/libmbfl/filters/
H A Dmbfilter_euc_jp_win.c64 "eucJP-ms", NULL};
/PHP-5.3/ext/standard/tests/file/
H A Dcopy_variation4.phpt31 NULL,
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 ***
/PHP-5.3/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-5.3/ext/mbstring/tests/
H A Dmb_strpos.phpt61 // Note: Returned NULL string
/PHP-5.3/ext/iconv/tests/
H A Diconv_mime_decode_variation3.phpt67 /*10*/ NULL,
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_children.c209 if (signame == NULL) { in fpm_children_bury()
/PHP-5.3/TSRM/
H A Dthreads.m482 return pthread_create(&thd, NULL, thread_routine, &data);
/PHP-5.3/sapi/thttpd/
H A Dthttpd_patch437 + hc->read_buf = NULL;
516 + hc->read_buf = NULL;
640 + ( strstr(hc->useragent, "Mozilla/2") != NULL ||
641 + strstr(hc->useragent, "MSIE 4.0b2;") != NULL))
1346 - m->addr = (void*) 1; /* arbitrary non-NULL address */
1347 + m->addr = (void*) 5; /* arbitrary non-NULL address */
1512 +{NULL, handle_read, handle_send, NULL, handle_linger, handle_send_resp, handle_read_body};
1728 + free_connects[next_free_connect] = NULL;
1811 + p = mmap(NULL, sz,

Completed in 117 milliseconds

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