/PHP-7.4/ext/gd/ |
H A D | php_gd.h | 28 php_error_docref(NULL, E_WARNING, errormsg); \ 223 #define phpext_gd_ptr NULL
|
/PHP-7.4/ext/standard/tests/array/ |
H A D | arsort_variation11.phpt | 26 -2.98989 => -2.98989, "-.9" => "-.9", "True" => "True", "" => "", NULL => NULL,
|
H A D | asort_variation11.phpt | 26 -2.98989 => -2.98989, "-.9" => "-.9", "True" => "True", "" => "", NULL => NULL,
|
H A D | krsort_variation8.phpt | 26 -2.98989 => -2.98989, "-.9" => "-.9", "True" => "True", "" => "", NULL => NULL,
|
H A D | uasort_variation8.phpt | 73 NULL 77 NULL
|
H A D | array_map_object3.phpt | 78 NULL 91 NULL
|
H A D | array_chunk_variation19.phpt | 39 NULL 40 NULL 41 NULL
|
/PHP-7.4/ext/soap/tests/bugs/ |
H A D | bug35142.phpt | 80 …tion __construct($version, $activityId, $messageId, $source, $logOnEvent=NULL, $logOffEvent=NULL) {
|
/PHP-7.4/ext/phar/ |
H A D | phar_path_check.re | 85 *error = NULL; 101 *error = NULL;
|
/PHP-7.4/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_prepare_emulated_anonymous.phpt | 80 1 => NULL, 81 2 => NULL,
|
H A D | mysql_pdo_test.inc | 20 $user = NULL; 22 $pass = NULL; 169 static function dropTestTable($db = NULL) {
|
/PHP-7.4/sapi/cli/tests/ |
H A D | php_cli_server_013.phpt | 10 php_cli_server_start(NULL, NULL);
|
/PHP-7.4/ext/mysqli/tests/ |
H A D | mysqli_query_iterators.phpt | 13 $tmp = NULL; 14 $link = NULL;
|
/PHP-7.4/ext/pcre/pcre2lib/ |
H A D | pcre2_match.c | 307 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 D | arrayObject_magicMethods5.phpt | 108 NULL 110 NULL 112 NULL
|
/PHP-7.4/ext/standard/tests/general_functions/ |
H A D | is_string.phpt | 26 NULL 36 "NULL", 119 array(NULL),
|
H A D | is_bool.phpt | 74 "NULL", 100 NULL, 106 array(NULL),
|
H A D | gettype_settype_variation8.phpt | 112 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 D | php_pgsql.h | 304 NULL, /* seek */ 306 NULL, /* stat */ 333 #define pgsql_module_ptr NULL
|
/PHP-7.4/ext/filter/ |
H A D | sanitizing_filters.c | 209 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 D | xml_element.c | 126 #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 D | mbfilter_jis.c | 47 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 D | crypt_blowfish.c | 680 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 D | zend_portability.h | 336 (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 D | encoding.c | 77 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()
|