Home
last modified time | relevance | path

Searched refs:NULL (Results 4101 – 4125 of 4218) sorted by relevance

1...<<161162163164165166167168169

/PHP-7.0/ext/mbstring/tests/
H A Dmb_substr_variation2.phpt64 /*10*/ NULL,
/PHP-7.0/ext/standard/tests/strings/
H A Dprintf_variation1.phpt59 /*15*/ NULL,
H A Dsprintf_variation1.phpt59 NULL,
H A Dstrcasecmp.phpt14 array("1", "0", 0, "-1", -1, NULL, null, "", TRUE, true, FALSE, "string"),
109 var_dump(strcasecmp($str, NULL));
131 var_dump(strcasecmp("\x00", NULL));
132 var_dump(strcasecmp("\000", NULL));
614 NULL
H A Dstrrpos_variation11.phpt65 NULL,
/PHP-7.0/ext/standard/tests/file/
H A Drename_variation13.phpt30 NULL,
H A Dfgetcsv_variation5.phpt2 Test fgetcsv() : usage variations - with delimiter & enclosure as NULL
12 enclosure values both as NULL
15 echo "*** Testing fgetcsv() : with delimiter & enclosure as NULL ***\n";
78 var_dump( fgetcsv($file_handle, 1024, NULL, NULL) );
93 *** Testing fgetcsv() : with delimiter & enclosure as NULL ***
/PHP-7.0/ext/standard/tests/array/
H A Darray_search_variation1.phpt16 array("a" => "A", 2 => "B", "C" => 3, 4 => 4, "one" => 1, "" => NULL, "b", "ab", "abcd"),
38 NULL,
H A Din_array_variation1.phpt17 array("a" => "A", 2 => "B", "C" => 3, 4 => 4, "one" => 1, "" => NULL, "b", "ab", "abcd"),
39 NULL,
H A Drsort_variation2.phpt59 /*10*/ NULL,
H A Dshuffle_variation1.phpt52 /*10*/ NULL,
/PHP-7.0/ext/oci8/tests/
H A Dbug51291_1.phpt182 NULL
197 NULL
/PHP-7.0/ext/mbstring/libmbfl/filters/
H A Dmbfilter_sjis_2004.c48 static const char *mbfl_encoding_sjis2004_aliases[] = {"SJIS2004","Shift_JIS-2004", NULL};
722 if (filter->flush_function != NULL) { in mbfl_filt_conv_jis2004_flush()
/PHP-7.0/Zend/
H A Dzend_strtod.c569 dtoa_mutex = NULL; in zend_shutdown_strtod()
572 pow5mult_mutex = NULL; in zend_shutdown_strtod()
4428 if (endptr != NULL) { in zend_hex_strtod()
4453 if (endptr != NULL) { in zend_hex_strtod()
4468 if (endptr != NULL) { in zend_oct_strtod()
4488 if (endptr != NULL) { in zend_oct_strtod()
4503 if (endptr != NULL) { in zend_bin_strtod()
4533 if (NULL != endptr) { in zend_bin_strtod()
4548 while ((tmp = *listp) != NULL) { in destroy_freelist()
4552 freelist[i] = NULL; in destroy_freelist()
/PHP-7.0/
H A DNEWS1127 . Fixed bug #60665 (call to empty() on NULL result using PDO::FETCH_LAZY
1147 returns NULL/NFC/UKNOWN). (Laruence)
1163 . Fixed bug #55451 (substr_compare NULL length interpreted as 0). (Lauri
1362 . Fixed bug #72660 (NULL Pointer dereference in zend_virtual_cwd).
1487 . Fixed bug #72407 (NULL Pointer Dereference at _gdScaleVert). (Stas)
1611 . Fixed bug #72028 (pg_query_params(): NULL converts to empty string).
1927 . Fixed bug #71039 (exec functions ignore length but look for NULL
2301 / NULL pointer deref). (Stas)
2407 . Added NULL byte protection to exec, system and passthru. (Yasuo)
2750 zend_hash_get_current_key_ex(,,,NULL). (Laruence)
[all …]
/PHP-7.0/ext/standard/
H A Dconfig.m413 char *filename = tmpnam(NULL);
18 if (NULL == fp)
25 if (NULL == fp)
/PHP-7.0/ext/posix/tests/
H A Dposix_getpgid_variation.phpt44 NULL,
/PHP-7.0/ext/spl/internal/
H A Drecursiveiteratoriterator.inc159 function getSubIterator($level = NULL)
/PHP-7.0/ext/dom/tests/
H A Dcanonicalization.phpt49 echo $doc->C14N(TRUE, FALSE, NULL, array('test'));
/PHP-7.0/ext/gd/libgd/
H A Dgdtest.c168 if (im2 == NULL) in main()
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_children.c209 if (signame == NULL) { in fpm_children_bury()
/PHP-7.0/ext/xml/tests/
H A Dxml_parser_create_ns_variation1.phpt57 NULL,
H A Dxml_parser_create_variation1.phpt57 NULL,
/PHP-7.0/ext/openssl/tests/
H A Dopenssl_error_string_basic.phpt136 // - invalid php_x509_request field (NULL) would cause error with CONF_get_string
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_class_mysqli_stmt_interface.phpt134 printf("[003] Expecting NULL got %s/%s\n", gettype($stmt), $stmt);

Completed in 55 milliseconds

1...<<161162163164165166167168169