Home
last modified time | relevance | path

Searched refs:NULL (Results 201 – 225 of 2831) sorted by relevance

12345678910>>...114

/PHP-8.2/ext/standard/tests/array/
H A Darray_fill.phpt31 NULL
59 NULL
62 NULL
99 NULL
102 NULL
139 NULL
167 NULL
207 NULL
247 NULL
275 NULL
[all …]
/PHP-8.2/ext/standard/
H A Dpassword.c82 return NULL; in php_password_make_salt()
89 return NULL; in php_password_make_salt()
97 return NULL; in php_password_make_salt()
185 return NULL; in php_password_bcrypt_hash()
194 return NULL; in php_password_bcrypt_hash()
199 return NULL; in php_password_bcrypt_hash()
214 return NULL; in php_password_bcrypt_hash()
219 return NULL; in php_password_bcrypt_hash()
398 NULL,
417 NULL,
[all …]
/PHP-8.2/ext/gd/libgd/
H A Dgd_png.c152 return NULL; in gdImageCreateFromPngCtx()
156 return NULL; in gdImageCreateFromPngCtx()
162 png_ptr = png_create_read_struct(PNG_LIBPNG_VER_STRING, NULL, NULL, NULL); in gdImageCreateFromPngCtx()
166 return NULL; in gdImageCreateFromPngCtx()
172 png_destroy_read_struct (&png_ptr, NULL, NULL); in gdImageCreateFromPngCtx()
174 return NULL; in gdImageCreateFromPngCtx()
190 return NULL; in gdImageCreateFromPngCtx()
210 return NULL; in gdImageCreateFromPngCtx()
231 return NULL; in gdImageCreateFromPngCtx()
279 return NULL; in gdImageCreateFromPngCtx()
[all …]
H A Dgd_tga.c34 if (in == NULL) return NULL; in gdImageCreateFromTga()
47 if (in == NULL) return NULL; in gdImageCreateFromTgaPtr()
65 oTga *tga = NULL; in gdImageCreateFromTgaCtx()
74 return NULL; in gdImageCreateFromTgaCtx()
77 tga->bitmap = NULL; in gdImageCreateFromTgaCtx()
78 tga->ident = NULL; in gdImageCreateFromTgaCtx()
82 return NULL; in gdImageCreateFromTgaCtx()
92 return NULL; in gdImageCreateFromTgaCtx()
99 return NULL; in gdImageCreateFromTgaCtx()
186 tga->ident = NULL; in read_header_tga()
[all …]
/PHP-8.2/ext/ffi/
H A Dffi_arginfo.h18 ZEND_ARG_OBJ_TYPE_MASK(0, type, FFI\\CType, MAY_BE_STRING, NULL)
28 ZEND_ARG_OBJ_TYPE_MASK(0, type, FFI\\CType, MAY_BE_STRING, NULL)
50 ZEND_ARG_OBJ_TYPE_MASK(ZEND_SEND_PREFER_REF, ptr, FFI\\CData|FFI\\CType, 0, NULL)
222 class_entry = zend_register_internal_class_ex(&ce, NULL); in register_class_FFI()
239 class_entry = zend_register_internal_class_ex(&ce, NULL); in register_class_FFI_CData()
250 class_entry = zend_register_internal_class_ex(&ce, NULL); in register_class_FFI_CType()
256 …lass_constant_ex(class_entry, const_TYPE_VOID_name, &const_TYPE_VOID_value, ZEND_ACC_PUBLIC, NULL); in register_class_FFI_CType()
330 …lass_constant_ex(class_entry, const_TYPE_ENUM_name, &const_TYPE_ENUM_value, ZEND_ACC_PUBLIC, NULL); in register_class_FFI_CType()
396 …_class_constant_ex(class_entry, const_ATTR_VLA_name, &const_ATTR_VLA_value, ZEND_ACC_PUBLIC, NULL); in register_class_FFI_CType()
468 …lare_class_constant_ex(class_entry, const_ABI_MS_name, &const_ABI_MS_value, ZEND_ACC_PUBLIC, NULL); in register_class_FFI_CType()
[all …]
/PHP-8.2/Zend/tests/
H A Dbug38287.phpt9 // $not_there is really NULL
12 // error occurs here: execution should never get inside the if condition because $not_there is NULL
14 // will print NULL (which is ok, but execution should never get here if the value is NULL)
22 static $object=NULL;
23 if ($object===NULL)
45 NULL
H A Dcompare_002.phpt20 NULL,
77 string(0) "" !== NULL
94 int(1) !== NULL
111 float(2.5) !== NULL
128 int(0) !== NULL
190 NULL !== int(1)
191 NULL !== float(2.5)
192 NULL !== int(0)
196 NULL === NULL
197 NULL !== bool(true)
[all …]
/PHP-8.2/ext/pdo_odbc/
H A Dpdo_odbc.c38 STANDARD_MODULE_HEADER_EX, NULL,
41 NULL,
44 NULL,
45 NULL,
65 char *pooling_val = NULL; in PHP_MINIT_FUNCTION()
78 …if (FAILURE == cfg_get_string("pdo_odbc.connection_pooling", &pooling_val) || pooling_val == NULL)… in PHP_MINIT_FUNCTION()
90 …php_error_docref(NULL, E_CORE_ERROR, "Error in pdo_odbc.connection_pooling configuration. Value mu… in PHP_MINIT_FUNCTION()
/PHP-8.2/ext/odbc/
H A Dphp_odbc.c83 NULL,
84 NULL,
597 NULL, 0, NULL, &displaysize); in odbc_bindcols()
619 NULL, 0, NULL, &displaysize); in odbc_bindcols()
2720 char *cat = NULL, *schema = NULL, *table = NULL, *type = NULL; in PHP_FUNCTION()
2788 char *cat = NULL, *schema = NULL, *table = NULL, *column = NULL; in PHP_FUNCTION()
3062 char *cat = NULL, *schema = NULL, *table = NULL; in PHP_FUNCTION()
3124 char *cat = NULL, *schema = NULL, *proc = NULL, *col = NULL; in PHP_FUNCTION()
3189 char *cat = NULL, *schema = NULL, *proc = NULL; in PHP_FUNCTION()
3252 char *cat = NULL, *schema = NULL, *name = NULL; in PHP_FUNCTION()
[all …]
/PHP-8.2/ext/dom/
H A Dcdatasection.c36 xmlNodePtr nodep = NULL, oldnode = NULL; in PHP_METHOD()
38 char *value = NULL; in PHP_METHOD()
45 nodep = xmlNewCDataBlock(NULL, (xmlChar *) value, value_len); in PHP_METHOD()
54 if (oldnode != NULL) { in PHP_METHOD()
H A Dprocessinginstruction.c36 xmlNodePtr nodep = NULL, oldnode = NULL; in PHP_METHOD()
38 char *name, *value = NULL; in PHP_METHOD()
61 if (oldnode != NULL) { in PHP_METHOD()
77 if (nodep == NULL) { in dom_processinginstruction_target_read()
101 if (nodep == NULL) { in dom_processinginstruction_data_read()
106 if ((content = xmlNodeGetContent(nodep)) != NULL) { in dom_processinginstruction_data_read()
121 if (nodep == NULL) { in dom_processinginstruction_data_write()
/PHP-8.2/main/
H A Dreentrancy.c60 return (NULL); in php_ctime_r()
67 return (NULL); in php_asctime_r()
83 return (NULL); in php_localtime_r()
90 return (NULL); in php_ctime_r()
97 return (NULL); in php_asctime_r()
104 return (NULL); in php_gmtime_r()
270 if (s == NULL && (s = *last) == NULL) in php_strtok_r()
272 return NULL; in php_strtok_r()
290 *last = NULL; in php_strtok_r()
291 return NULL; in php_strtok_r()
[all …]
H A Dfopen_wrappers.c332 return NULL;
478 return NULL;
498 return NULL;
510 return NULL;
561 ptr = NULL;
627 return NULL;
648 return NULL;
711 return NULL;
777 return NULL;
789 return NULL;
[all …]
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_types.phpt120 func_mysqli_stmt_get_result($link, $engine, "i", "TINYINT", NULL, 40);
125 func_mysqli_stmt_get_result($link, $engine, "i", "BOOL", NULL, 120);
127 func_mysqli_stmt_get_result($link, $engine, "i", "BOOLEAN", NULL, 160);
131 func_mysqli_stmt_get_result($link, $engine, "i", "SMALLINT", NULL, 220);
137 func_mysqli_stmt_get_result($link, $engine, "d", "MEDIUMINT", NULL, 320);
144 func_mysqli_stmt_get_result($link, $engine, "i", "INTEGER", NULL, 440);
153 func_mysqli_stmt_get_result($link, $engine, "i", "BIGINT", NULL, 540);
163 func_mysqli_stmt_get_result($link, $engine, "d", "FLOAT", NULL, 620);
184 func_mysqli_stmt_get_result($link, $engine, "s", "DATE", NULL, 880);
194 func_mysqli_stmt_get_result($link, $engine, "s", "TIME", NULL, 1020);
[all …]
/PHP-8.2/ext/mysqli/
H A Dmysqli_warning.c73 MYSQLI_WARNING *w, *first = NULL, *prev = NULL; in php_get_warnings()
78 return NULL; in php_get_warnings()
156 zend_throw_error(NULL, "%s object is already closed", ZSTR_VAL(obj->zo.ce->name)); in mysqli_warning_message()
176 zend_throw_error(NULL, "%s object is already closed", ZSTR_VAL(obj->zo.ce->name)); in mysqli_warning_sqlstate()
196 zend_throw_error(NULL, "%s object is already closed", ZSTR_VAL(obj->zo.ce->name)); in mysqli_warning_errno()
213 zend_throw_error(NULL, "Cannot directly construct mysqli_warning"); in PHP_METHOD()
218 {"message", sizeof("message") - 1, mysqli_warning_message, NULL},
219 {"sqlstate", sizeof("sqlstate") - 1, mysqli_warning_sqlstate, NULL},
220 {"errno", sizeof("errno") - 1, mysqli_warning_errno, NULL},
221 {NULL, 0, NULL, NULL}
/PHP-8.2/win32/
H A Dreaddir.c34 return NULL; in opendir()
39 return NULL; in opendir()
49 if (filespecw == NULL) { in opendir()
51 return NULL; in opendir()
67 if (dp == NULL) { in opendir()
70 return NULL; in opendir()
81 return NULL; in opendir()
101 return NULL; in readdir()
106 return NULL; in readdir()
113 return NULL; in readdir()
[all …]
/PHP-8.2/ext/sysvmsg/
H A Dsysvmsg.c53 NULL,
54 NULL,
55 NULL,
89 return NULL; in sysvmsg_queue_get_constructor()
132 sysvmsg_queue_t *mq = NULL; in PHP_FUNCTION()
170 sysvmsg_queue_t *mq = NULL; in PHP_FUNCTION()
247 sysvmsg_queue_t *mq = NULL; in PHP_FUNCTION()
255 if (msgctl(mq->id, IPC_RMID, NULL) == 0) { in PHP_FUNCTION()
270 sysvmsg_queue_t *mq = NULL; in PHP_FUNCTION()
349 zval *message, *queue, *zerror=NULL; in PHP_FUNCTION()
[all …]
/PHP-8.2/ext/sysvshm/
H A Dsysvshm.c57 return NULL; in sysvshm_get_constructor()
77 NULL,
78 NULL,
79 NULL,
109 sysvshm_object_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()
162 if ((shm_ptr = shmat(shm_id, NULL, 0)) == (void *) -1) { in PHP_FUNCTION()
199 zend_throw_error(NULL, "Shared memory block has already been destroyed"); in PHP_FUNCTION()
204 shm_list_ptr->ptr = NULL; in PHP_FUNCTION()
222 zend_throw_error(NULL, "Shared memory block has already been destroyed"); in PHP_FUNCTION()
226 if (shmctl(shm_list_ptr->id, IPC_RMID, NULL) < 0) { in PHP_FUNCTION()
[all …]
/PHP-8.2/main/streams/
H A Dfilter.c163 bucket->prev = NULL; in php_stream_bucket_prepend()
181 bucket->next = NULL; in php_stream_bucket_append()
253 if (filter == NULL) { in php_stream_filter_create()
255 if (factory == NULL) in php_stream_filter_create()
288 filter->prev = NULL; in php_stream_filter_prepend_ex()
311 filter->next = NULL; in php_stream_filter_append_ex()
322 php_stream_bucket_brigade brig_in = { NULL, NULL }, brig_out = { NULL, NULL }; in php_stream_filter_append_ex()
400 …php_stream_bucket_brigade brig_a = { NULL, NULL }, brig_b = { NULL, NULL }, *inp = &brig_a, *outp … in _php_stream_filter_flush()
432 outp->head = NULL; in _php_stream_filter_flush()
433 outp->tail = NULL; in _php_stream_filter_flush()
[all …]
/PHP-8.2/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp49 zval *tz_object = NULL; in _php_intlgregcal_constructor_body()
52 char *locale = NULL; in _php_intlgregcal_constructor_body()
57 intl_error_reset(NULL); in _php_intlgregcal_constructor_body()
87 if (error_handling != NULL) { in _php_intlgregcal_constructor_body()
94 GregorianCalendar *gcal = NULL; in _php_intlgregcal_constructor_body()
103 TimeZone *tz = timezone_process_timezone_argument(tz_object, NULL, in _php_intlgregcal_constructor_body()
105 if (tz == NULL) { in _php_intlgregcal_constructor_body()
123 intl_error_set(NULL, status, "intlgregcal_create_instance: error " in _php_intlgregcal_constructor_body()
172 intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, in _php_intlgregcal_constructor_body()
193 intl_error_reset(NULL); in PHP_FUNCTION()
[all …]
/PHP-8.2/ext/intl/spoofchecker/
H A Dspoofchecker_arginfo.h60 class_entry = zend_register_internal_class_ex(&ce, NULL); in register_class_Spoofchecker()
72 …, const_MIXED_SCRIPT_CONFUSABLE_name, &const_MIXED_SCRIPT_CONFUSABLE_value, ZEND_ACC_PUBLIC, NULL); in register_class_Spoofchecker()
84 …_class_constant_ex(class_entry, const_ANY_CASE_name, &const_ANY_CASE_value, ZEND_ACC_PUBLIC, NULL); in register_class_Spoofchecker()
90 …stant_ex(class_entry, const_SINGLE_SCRIPT_name, &const_SINGLE_SCRIPT_value, ZEND_ACC_PUBLIC, NULL); in register_class_Spoofchecker()
96 …lass_constant_ex(class_entry, const_INVISIBLE_name, &const_INVISIBLE_value, ZEND_ACC_PUBLIC, NULL); in register_class_Spoofchecker()
102 …ss_constant_ex(class_entry, const_CHAR_LIMIT_name, &const_CHAR_LIMIT_value, ZEND_ACC_PUBLIC, NULL); in register_class_Spoofchecker()
109 …eclare_class_constant_ex(class_entry, const_ASCII_name, &const_ASCII_value, ZEND_ACC_PUBLIC, NULL); in register_class_Spoofchecker()
117 …lass_entry, const_HIGHLY_RESTRICTIVE_name, &const_HIGHLY_RESTRICTIVE_value, ZEND_ACC_PUBLIC, NULL); in register_class_Spoofchecker()
125 …ry, const_MODERATELY_RESTRICTIVE_name, &const_MODERATELY_RESTRICTIVE_value, ZEND_ACC_PUBLIC, NULL); in register_class_Spoofchecker()
133 …ntry, const_MINIMALLY_RESTRICTIVE_name, &const_MINIMALLY_RESTRICTIVE_value, ZEND_ACC_PUBLIC, NULL); in register_class_Spoofchecker()
[all …]
/PHP-8.2/ext/snmp/
H A Dsnmp_arginfo.h7 ZEND_ARG_TYPE_MASK(0, object_id, MAY_BE_ARRAY|MAY_BE_STRING, NULL)
17 ZEND_ARG_TYPE_MASK(0, object_id, MAY_BE_ARRAY|MAY_BE_STRING, NULL)
29 ZEND_ARG_TYPE_MASK(0, object_id, MAY_BE_ARRAY|MAY_BE_STRING, NULL)
30 ZEND_ARG_TYPE_MASK(0, type, MAY_BE_ARRAY|MAY_BE_STRING, NULL)
31 ZEND_ARG_TYPE_MASK(0, value, MAY_BE_ARRAY|MAY_BE_STRING, NULL)
69 ZEND_ARG_TYPE_MASK(0, object_id, MAY_BE_ARRAY|MAY_BE_STRING, NULL)
100 ZEND_ARG_TYPE_MASK(0, type, MAY_BE_ARRAY|MAY_BE_STRING, NULL)
101 ZEND_ARG_TYPE_MASK(0, value, MAY_BE_ARRAY|MAY_BE_STRING, NULL)
156 ZEND_ARG_TYPE_MASK(0, type, MAY_BE_ARRAY|MAY_BE_STRING, NULL)
157 ZEND_ARG_TYPE_MASK(0, value, MAY_BE_ARRAY|MAY_BE_STRING, NULL)
[all …]
/PHP-8.2/ext/intl/collator/
H A Dcollator_sort.c57 zval *num1_p = NULL, *num2_p = NULL; in collator_regular_compare_function()
58 zval *norm1_p = NULL, *norm2_p = NULL; in collator_regular_compare_function()
73 ZEND_ASSERT(INTL_G(current_collator) != NULL); in collator_regular_compare_function()
139 zval *num1_p = NULL; in collator_numeric_compare_function()
140 zval *num2_p = NULL; in collator_numeric_compare_function()
260 zval* array = NULL; in collator_sort_internal()
261 HashTable* hash = NULL; in collator_sort_internal()
329 zval* array = NULL; in PHP_FUNCTION()
331 HashTable* hash = NULL; in PHP_FUNCTION()
501 char* str = NULL; in PHP_FUNCTION()
[all …]
/PHP-8.2/ext/intl/dateformat/
H A Ddatepatterngenerator_methods.cpp39 intl_error_reset(NULL); in dtpg_ctor()
47 if (error_handling != NULL) { in dtpg_ctor()
54 if (dtpgo->dtpg != NULL) { in dtpg_ctor()
70 intl_error_set(NULL, DTPATTERNGEN_ERROR_CODE(dtpgo), in dtpg_ctor()
82 if (dtpg_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU, NULL, NULL) == FAILURE) { in PHP_METHOD()
98 zend_string *err = intl_error_get_message(NULL); in PHP_METHOD()
99 zend_throw_exception(IntlException_ce_ptr, ZSTR_VAL(err), intl_error_get_code(NULL)); in PHP_METHOD()
111 char *skeleton_str = NULL; in PHP_METHOD()
/PHP-8.2/ext/intl/msgformat/
H A Dmsgformat_parse.c33 UChar *usource = NULL; in msgfmt_do_parse()
78 UChar *spattern = NULL; in PHP_FUNCTION()
80 char *pattern = NULL; in PHP_FUNCTION()
82 const char *slocale = NULL; in PHP_FUNCTION()
84 char *source = NULL; in PHP_FUNCTION()
104 intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION()
110 spattern = NULL; in PHP_FUNCTION()
119 intl_error_set( NULL, U_INVALID_FORMAT_ERROR, in PHP_FUNCTION()
126 …MSG_FORMAT_OBJECT(mfo) = umsg_open(spattern, spattern_len, slocale, NULL, &INTL_DATA_ERROR_CODE(mf… in PHP_FUNCTION()

Completed in 165 milliseconds

12345678910>>...114