Home
last modified time | relevance | path

Searched refs:Z_ISUNDEF_P (Results 1 – 25 of 28) sorted by relevance

12

/PHP-8.3/ext/tokenizer/
H A Dtokenizer.c64 if (Z_ISUNDEF_P(id)) { in ZEND_GET_MODULE()
77 if (Z_ISUNDEF_P(text_zval)) { in php_token_get_text()
/PHP-8.3/ext/session/
H A Dmod_user.c39 } else if (Z_ISUNDEF_P(retval)) { in ps_call_handler()
/PHP-8.3/ext/spl/
H A Dspl_dllist.c528 if (Z_ISUNDEF_P(return_value)) { in PHP_METHOD()
547 if (Z_ISUNDEF_P(return_value)) { in PHP_METHOD()
567 if (value == NULL || Z_ISUNDEF_P(value)) { in PHP_METHOD()
589 if (value == NULL || Z_ISUNDEF_P(value)) { in PHP_METHOD()
H A Dspl_array.c317 if (!offset || Z_ISUNDEF_P(offset) || !ht) { in spl_array_get_dimension_ptr()
422 if (!Z_ISUNDEF_P(rv)) { in spl_array_read_dimension_ex()
H A Dspl_fixedarray.c403 if (!Z_ISUNDEF_P(rv)) { in spl_fixedarray_object_read_dimension()
/PHP-8.3/ext/standard/
H A Dhttp.c124 if (Z_ISUNDEF_P(zdata)) { in php_url_encode_hash_ex()
H A Duser_filters.c110 if (Z_ISUNDEF_P(obj)) { in userfilter_dtor()
H A Dvar.c184 if (!Z_ISUNDEF_P(val) || prop_info) { in php_var_dump()
374 if (!Z_ISUNDEF_P(val) || prop_info) { in php_debug_zval_dump()
H A Dhttp_fopen_wrapper.c653 if (Z_ISUNDEF_P(response_header)) { in php_stream_url_wrap_http_ex()
/PHP-8.3/Zend/
H A Dzend_builtin_functions.c220 if (EXPECTED(!Z_ISUNDEF_P(arg))) { in ZEND_FUNCTION()
710 if (Z_ISUNDEF_P(prop)) { in add_class_vars()
785 if (UNEXPECTED(Z_ISUNDEF_P(value))) { in ZEND_FUNCTION()
H A Dzend_generators.c677 } while (Z_ISUNDEF_P(value)); in zend_generator_get_next_delegated_value()
696 } while (Z_ISUNDEF_P(value)); in zend_generator_get_next_delegated_value()
H A Dzend_vm_execute.h24453 if (IS_CV == IS_CV && UNEXPECTED(Z_ISUNDEF_P(value))) { in ZEND_ASSIGN_DIM_SPEC_VAR_CONST_OP_DATA_CV_HANDLER()
27379 if (IS_CV == IS_CV && UNEXPECTED(Z_ISUNDEF_P(value))) { in ZEND_ASSIGN_DIM_SPEC_VAR_TMPVAR_OP_DATA_CV_HANDLER()
28967 if (IS_CV == IS_CV && UNEXPECTED(Z_ISUNDEF_P(value))) { in ZEND_ASSIGN_DIM_SPEC_VAR_UNUSED_OP_DATA_CV_HANDLER()
31206 if (IS_CV == IS_CV && UNEXPECTED(Z_ISUNDEF_P(dim))) { in ZEND_ASSIGN_DIM_SPEC_VAR_CV_OP_DATA_CONST_HANDLER()
31358 if (IS_CV == IS_CV && UNEXPECTED(Z_ISUNDEF_P(dim))) { in ZEND_ASSIGN_DIM_SPEC_VAR_CV_OP_DATA_TMP_HANDLER()
31511 if (IS_CV == IS_CV && UNEXPECTED(Z_ISUNDEF_P(dim))) { in ZEND_ASSIGN_DIM_SPEC_VAR_CV_OP_DATA_VAR_HANDLER()
31664 if (IS_CV == IS_CV && UNEXPECTED(Z_ISUNDEF_P(dim))) { in ZEND_ASSIGN_DIM_SPEC_VAR_CV_OP_DATA_CV_HANDLER()
51894 if (IS_CV == IS_CV && UNEXPECTED(Z_ISUNDEF_P(dim))) { in ZEND_ASSIGN_DIM_SPEC_CV_CV_OP_DATA_CONST_HANDLER()
52046 if (IS_CV == IS_CV && UNEXPECTED(Z_ISUNDEF_P(dim))) { in ZEND_ASSIGN_DIM_SPEC_CV_CV_OP_DATA_TMP_HANDLER()
52199 if (IS_CV == IS_CV && UNEXPECTED(Z_ISUNDEF_P(dim))) { in ZEND_ASSIGN_DIM_SPEC_CV_CV_OP_DATA_VAR_HANDLER()
[all …]
H A Dzend_execute.c1570 if (property && UNEXPECTED(Z_ISUNDEF_P(property))) { in zend_binary_assign_op_obj_dim()
5146 if (UNEXPECTED(!Z_ISUNDEF_P(arg))) { in zend_handle_named_arg()
5181 if (!Z_ISUNDEF_P(arg)) { in zend_handle_undef_args()
5239 if (!Z_ISUNDEF_P(arg)) { in zend_handle_undef_args()
H A Dzend_types.h953 #define Z_ISUNDEF_P(zval_p) Z_ISUNDEF(*(zval_p)) macro
H A Dzend_API.c150 if (Z_ISUNDEF_P(arg)) { in zend_zval_value_name()
169 if (Z_ISUNDEF_P(arg)) { in zend_zval_type_name()
4412 Z_PROP_FLAG_P(property_default_ptr) = Z_ISUNDEF_P(property) ? IS_PROP_UNINIT : 0; in zend_declare_typed_property()
H A Dzend_execute_API.c827 if (UNEXPECTED(Z_ISUNDEF_P(arg))) { in zend_call_function()
H A Dzend_object_handlers.c1011 if (UNEXPECTED(Z_ISUNDEF_P(rv))) { in zend_std_read_dimension()
H A Dzend_vm_def.h2638 if (OP2_TYPE == IS_CV && UNEXPECTED(Z_ISUNDEF_P(dim))) {
2645 if (OP_DATA_TYPE == IS_CV && UNEXPECTED(Z_ISUNDEF_P(value))) {
4290 if (OP1_TYPE == IS_CV && UNEXPECTED(Z_ISUNDEF_P(retval_ptr))) {
8936 if (UNEXPECTED(Z_ISUNDEF_P(var)) && !(opline->extended_value & ZEND_BIND_IMPLICIT)) {
/PHP-8.3/ext/reflection/
H A Dphp_reflection.c927 if (!Z_ISUNDEF_P(default_value)) { in _property_string()
1684 if (!Z_ISUNDEF_P(closure_this)) { in ZEND_METHOD()
3806 if (Z_ISUNDEF_P(name)) { in ZEND_METHOD()
3828 if (Z_ISUNDEF_P(name)) { in ZEND_METHOD()
3940 if (Z_ISUNDEF_P(name)) { in ZEND_METHOD()
4082 if (Z_ISUNDEF_P(prop)) { in add_class_vars()
4140 if (ZEND_TYPE_IS_SET(prop_info->type) && Z_ISUNDEF_P(prop)) { in ZEND_METHOD()
5768 RETURN_BOOL(!Z_ISUNDEF_P(member_p)); in ZEND_METHOD()
5916 RETURN_BOOL(!Z_ISUNDEF_P(prop)); in ZEND_METHOD()
5941 if (Z_ISUNDEF_P(prop)) { in ZEND_METHOD()
/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c737 if (!Z_ISUNDEF_P(parameter) && Z_TYPE_P(data) == IS_NULL) { in mysqlnd_stmt_execute_store_param_values()
/PHP-8.3/ext/pdo/
H A Dpdo_dbh.c439 if (!Z_ISUNDEF_P(ctor_args)) { in pdo_stmt_instantiate()
H A Dpdo_stmt.c2024 if (!Z_ISUNDEF_P(query_string)) { in dbstmt_prop_write()
/PHP-8.3/ext/simplexml/
H A Dsimplexml.c326 if (Z_ISUNDEF_P(rv)) { in sxe_prop_dim_read()
2543 if (Z_ISUNDEF_P(curobj)) { in php_sxe_iterator_current_key()
/PHP-8.3/ext/sockets/
H A Dconversions.c1556 return Z_ISUNDEF_P(zv)? NULL : zv; in to_zval_run_conversions()
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_helpers.c1375 if (dim && UNEXPECTED(Z_ISUNDEF_P(dim))) { in zend_jit_fetch_dim_obj_helper()
1573 if (dim && UNEXPECTED(Z_ISUNDEF_P(dim))) { in zend_jit_assign_dim_op_helper()

Completed in 328 milliseconds

12