Home
last modified time | relevance | path

Searched refs:NULL (Results 2426 – 2450 of 3296) sorted by relevance

1...<<919293949596979899100>>...132

/PHP-7.4/ext/gd/
H A Dphp_gd.h28 php_error_docref(NULL, E_WARNING, errormsg); \
223 #define phpext_gd_ptr NULL
/PHP-7.4/ext/standard/tests/array/
H A Darsort_variation11.phpt26 -2.98989 => -2.98989, "-.9" => "-.9", "True" => "True", "" => "", NULL => NULL,
H A Dasort_variation11.phpt26 -2.98989 => -2.98989, "-.9" => "-.9", "True" => "True", "" => "", NULL => NULL,
H A Dkrsort_variation8.phpt26 -2.98989 => -2.98989, "-.9" => "-.9", "True" => "True", "" => "", NULL => NULL,
H A Duasort_variation8.phpt73 NULL
77 NULL
H A Darray_map_object3.phpt78 NULL
91 NULL
H A Darray_chunk_variation19.phpt39 NULL
40 NULL
41 NULL
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug35142.phpt80 …tion __construct($version, $activityId, $messageId, $source, $logOnEvent=NULL, $logOffEvent=NULL) {
/PHP-7.4/ext/phar/
H A Dphar_path_check.re85 *error = NULL;
101 *error = NULL;
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_emulated_anonymous.phpt80 1 => NULL,
81 2 => NULL,
H A Dmysql_pdo_test.inc20 $user = NULL;
22 $pass = NULL;
169 static function dropTestTable($db = NULL) {
/PHP-7.4/sapi/cli/tests/
H A Dphp_cli_server_013.phpt10 php_cli_server_start(NULL, NULL);
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_query_iterators.phpt13 $tmp = NULL;
14 $link = NULL;
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_match.c307 cb->callout_string = NULL; in do_callout()
590 heapframe *P = NULL; in match()
2529 NULL); in match()
3588 utf, NULL); in match()
4115 utf, NULL); in match()
6184 if (code == NULL || subject == NULL || match_data == NULL) in pcre2_match()
6260 match_data->subject = NULL; in pcre2_match()
6508 if (mcontext == NULL) in pcre2_match()
6818 memchr_not_found_first_cu2 = (pp2 == NULL && pp1 == NULL); in pcre2_match()
6821 if (pp1 == NULL) in pcre2_match()
[all …]
/PHP-7.4/ext/spl/tests/
H A DarrayObject_magicMethods5.phpt108 NULL
110 NULL
112 NULL
/PHP-7.4/ext/standard/tests/general_functions/
H A Dis_string.phpt26 NULL
36 "NULL",
119 array(NULL),
H A Dis_bool.phpt74 "NULL",
100 NULL,
106 array(NULL),
H A Dgettype_settype_variation8.phpt112 array(NULL),
149 new point(NULL, NULL),
190 string(4) "NULL"
586 string(4) "NULL"
591 string(4) "NULL"
/PHP-7.4/ext/pgsql/
H A Dphp_pgsql.h304 NULL, /* seek */
306 NULL, /* stat */
333 #define pgsql_module_ptr NULL
/PHP-7.4/ext/filter/
H A Dsanitizing_filters.c209 new_len = php_strip_tags_ex(Z_STRVAL_P(value), Z_STRLEN_P(value), NULL, NULL, 0, 1); in php_filter_string()
383 php_error_docref(NULL, E_DEPRECATED, in php_filter_magic_quotes()
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxml_element.c126 #define my_free(thing) if(thing) {efree(thing); thing = NULL;}
204 root->name = NULL; in xml_elem_free_non_recurse()
682 xml_element* xReturn = NULL; in xml_elem_parse_buf()
694 parser = XML_ParserCreate(NULL); in xml_elem_parse_buf()
751 xReturn->parent = NULL; in xml_elem_parse_buf()
/PHP-7.4/ext/mbstring/libmbfl/filters/
H A Dmbfilter_jis.c47 NULL,
48 NULL,
58 NULL,
59 NULL,
482 if (filter->flush_function != NULL) { in mbfl_filt_conv_any_jis_flush()
/PHP-7.4/ext/standard/
H A Dcrypt_blowfish.c680 return NULL; in BF_crypt()
693 return NULL; in BF_crypt()
699 return NULL; in BF_crypt()
886 return NULL; in php_crypt_blowfish_rn()
899 return NULL;
/PHP-7.4/Zend/
H A Dzend_portability.h336 (sizeof(int)*((unsigned int)&(((p_type)NULL)->field)))
338 # define XtOffset(p_type, field) ((unsigned int)&(((p_type)NULL)->field))
343 ((zend_long) (((char *) (&(((p_type)NULL)->field))) - ((char *) NULL)))
392 # define ZEND_FILE_LINE_EMPTY_C NULL, 0
/PHP-7.4/ext/fileinfo/libmagic/
H A Dencoding.c77 unsigned char *nbuf = NULL; in file_encoding()
81 if (ubuf == NULL) in file_encoding()
83 if (ulen == NULL) in file_encoding()
92 if ((*ubuf = CAST(unichar *, ecalloc(CAST(size_t, 1), mlen))) == NULL) { in file_encoding()
98 ecalloc(CAST(size_t, 1), mlen))) == NULL) { in file_encoding()

Completed in 82 milliseconds

1...<<919293949596979899100>>...132