Home
last modified time | relevance | path

Searched refs:IS_UNDEF (Results 1 – 25 of 81) sorted by relevance

1234

/PHP-8.3/ext/zend_test/tests/
H A Dobserver_retval_05.phpt2 Observer: Retvals are observable that are: IS_CV, IS_UNDEF
13 return $i_do_not_exist; // IS_CV && IS_UNDEF
/PHP-8.3/ext/standard/
H A Dassert.c51 if (Z_TYPE(ASSERTG(callback)) != IS_UNDEF) { in PHP_INI_MH()
55 if (new_value && (Z_TYPE(ASSERTG(callback)) != IS_UNDEF || ZSTR_LEN(new_value))) { in PHP_INI_MH()
159 if (Z_TYPE(ASSERTG(callback)) != IS_UNDEF) { in PHP_RSHUTDOWN_FUNCTION()
201 if (Z_TYPE(ASSERTG(callback)) == IS_UNDEF && ASSERTG(cb)) { in PHP_FUNCTION()
205 if (Z_TYPE(ASSERTG(callback)) != IS_UNDEF) { in PHP_FUNCTION()
314 if (Z_TYPE(ASSERTG(callback)) != IS_UNDEF) { in PHP_FUNCTION()
H A Darray.c684 if (Z_TYPE(retval) != IS_UNDEF) { in PHP_FUNCTION()
1425 if (Z_TYPE_P(zv) == IS_UNDEF) { in php_array_walk()
1489 if (Z_TYPE(args[1]) != IS_UNDEF) { in php_array_walk()
1762 if (Z_TYPE_P(orig_var) == IS_UNDEF) {
3444 if (Z_TYPE_P(val) != IS_UNDEF) {
3468 if (Z_TYPE_P(val) != IS_UNDEF) {
3511 if (Z_TYPE_P(val) != IS_UNDEF) {
3565 if (Z_TYPE_P(val) != IS_UNDEF) {
5213 if (Z_TYPE(p->val) == IS_UNDEF) {
6720 if (Z_TYPE(chunk) == IS_UNDEF) {
[all …]
H A Duser_filters.c181 if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF) { in userfilter_filter()
305 if (Z_TYPE(retval) != IS_UNDEF) { in user_filter_factory_create()
/PHP-8.3/Zend/
H A Dzend_hash.c847 if (Z_TYPE_P(data) != IS_UNDEF) { in _zend_hash_add_or_update_i()
926 if (Z_TYPE_P(data) != IS_UNDEF) { in _zend_hash_str_add_or_update_i()
1096 if (Z_TYPE_P(zv) != IS_UNDEF) { in _zend_hash_index_add_or_update_i()
1706 if (Z_TYPE_P(zv) != IS_UNDEF) { in zend_hash_index_del()
2576 if (UNEXPECTED(Z_TYPE_P(s) == IS_UNDEF)) { in zend_hash_merge()
2612 if (UNEXPECTED(Z_TYPE_P(s) == IS_UNDEF)) { in zend_hash_merge()
2709 if (Z_TYPE_P(zv) != IS_UNDEF) { in zend_hash_index_find()
3090 if (Z_TYPE_P(pData1) == IS_UNDEF) continue; in zend_hash_compare_impl()
3152 if (Z_TYPE_P(pData1) == IS_UNDEF) { in zend_hash_compare_impl()
3153 if (Z_TYPE_P(pData2) != IS_UNDEF) { in zend_hash_compare_impl()
[all …]
H A Dzend_enum.c69 ce->enum_backing_type != IS_UNDEF in zend_verify_enum_properties()
149 if (class_type->enum_backing_type == IS_UNDEF) { in zend_implement_backed_enum()
177 if (ce->enum_backing_type != IS_UNDEF) { in zend_enum_add_interfaces()
188 if (ce->enum_backing_type != IS_UNDEF) { in zend_enum_add_interfaces()
202 ZEND_ASSERT(backing_type != IS_UNDEF); in zend_enum_build_backed_enum_table()
443 if (ce->enum_backing_type != IS_UNDEF) { in zend_enum_register_funcs()
473 if (ce->enum_backing_type != IS_UNDEF) { in zend_enum_register_props()
496 ZEND_ASSERT(type == IS_UNDEF || type == IS_LONG || type == IS_STRING); in zend_register_internal_enum()
504 if (type != IS_UNDEF) { in zend_register_internal_enum()
511 if (type == IS_UNDEF) { in zend_register_internal_enum()
[all …]
H A Dzend_vm_def.h31 if (UNEXPECTED(Z_TYPE_INFO_P(op_1) == IS_UNDEF)) { in ZEND_VM_HELPER()
34 if (UNEXPECTED(Z_TYPE_INFO_P(op_2) == IS_UNDEF)) { in ZEND_VM_HELPER()
1772 if (Z_TYPE_P(retval) == IS_UNDEF) {
5562 if (Z_TYPE_P(cache_val) != IS_UNDEF) {
6900 if (EXPECTED(value_type != IS_UNDEF)) { in ZEND_VM_HELPER()
6904 if (EXPECTED(value_type != IS_UNDEF) in ZEND_VM_HELPER()
7014 if (EXPECTED(value_type != IS_UNDEF)) {
7038 if (EXPECTED(value_type != IS_UNDEF)) {
7151 if (EXPECTED(value_type != IS_UNDEF)
10071 if (EXPECTED(value_type != IS_UNDEF)) {
[all …]
H A Dzend_enum.h58 ZEND_ASSERT(zobj->ce->enum_backing_type != IS_UNDEF); in zend_enum_fetch_case_value()
H A Dzend_type_info.h24 #define MAY_BE_UNDEF (1 << IS_UNDEF)
H A Dzend_hash.h198 if (UNEXPECTED(Z_TYPE_P(_ret) == IS_UNDEF)) { \
221 if (EXPECTED(Z_TYPE_P(_ret) != IS_UNDEF)) { \
439 Z_TYPE_P(Z_INDIRECT_P(zv)) != IS_UNDEF); in zend_hash_exists_ind()
459 Z_TYPE_P(Z_INDIRECT_P(zv)) != IS_UNDEF); in zend_hash_str_exists_ind()
1004 if (UNEXPECTED(Z_TYPE_P(_z) == IS_UNDEF)) continue;
1013 if (UNEXPECTED(Z_TYPE_P(_z) == IS_UNDEF)) continue;
1039 if (UNEXPECTED(Z_TYPE_P(_z) == IS_UNDEF)) continue;
1068 if (UNEXPECTED(Z_TYPE_P(_z) == IS_UNDEF)) continue;
1242 if (UNEXPECTED(Z_TYPE_P(_z) == IS_UNDEF)) continue;
1258 if (UNEXPECTED(Z_TYPE_P(_z) == IS_UNDEF)) continue;
[all …]
H A Dzend_object_handlers.c110 if (UNEXPECTED(Z_TYPE_P(prop) == IS_UNDEF)) { in zend_std_build_object_properties_array()
586 ZEND_ASSERT(Z_TYPE_P(zv) == IS_UNDEF); in zend_get_property_guard()
624 if (EXPECTED(Z_TYPE_P(retval) != IS_UNDEF)) { in zend_std_read_property()
732 if (Z_TYPE_P(rv) != IS_UNDEF) { in zend_std_read_property()
826 if (Z_TYPE_P(variable_ptr) != IS_UNDEF) { in zend_std_write_property()
1030 if (UNEXPECTED(Z_TYPE_P(rv) == IS_UNDEF)) { in zend_std_read_dimension()
1189 if (Z_TYPE_P(slot) != IS_UNDEF) { in zend_std_unset_property()
1780 if (Z_TYPE_P(p1) != IS_UNDEF) { in zend_std_compare_objects()
1781 if (Z_TYPE_P(p2) != IS_UNDEF) { in zend_std_compare_objects()
1794 if (Z_TYPE_P(p2) != IS_UNDEF) { in zend_std_compare_objects()
[all …]
H A Dzend_variables.c40 [IS_UNDEF] = (zend_rc_dtor_func_t)zend_empty_destroy,
H A Dzend_vm_execute.h727 if (UNEXPECTED(Z_TYPE_P(op_1) == IS_UNDEF)) { in zend_bw_not_helper_SPEC()
2854 if (EXPECTED(value_type != IS_UNDEF)) { in zend_fe_fetch_object_helper_SPEC()
2858 if (EXPECTED(value_type != IS_UNDEF) in zend_fe_fetch_object_helper_SPEC()
3875 if (Z_TYPE_P(cache_val) != IS_UNDEF) { in ZEND_RECV_INIT_SPEC_CONST_HANDLER()
5411 && UNEXPECTED(Z_TYPE_P(val) == IS_UNDEF) in ZEND_JMP_NULL_SPEC_CONST_HANDLER()
10114 if (Z_TYPE_P(retval) == IS_UNDEF) { in zend_fetch_var_address_helper_SPEC_CONST_UNUSED()
17959 if (Z_TYPE_P(retval) == IS_UNDEF) { in zend_fetch_var_address_helper_SPEC_TMPVAR_UNUSED()
22363 if (EXPECTED(value_type != IS_UNDEF)) { in ZEND_FE_FETCH_R_SPEC_VAR_HANDLER()
22387 if (EXPECTED(value_type != IS_UNDEF)) { in ZEND_FE_FETCH_R_SPEC_VAR_HANDLER()
22500 if (EXPECTED(value_type != IS_UNDEF) in ZEND_FE_FETCH_RW_SPEC_VAR_HANDLER()
[all …]
H A Dzend_highlight.c120 if (Z_TYPE(token) == IS_UNDEF) { in zend_highlight()
H A Dzend_builtin_functions.c257 if (EXPECTED(Z_TYPE_INFO_P(q) != IS_UNDEF)) { in ZEND_FUNCTION()
274 if (EXPECTED(Z_TYPE_INFO_P(q) != IS_UNDEF)) { in ZEND_FUNCTION()
1164 if (Z_TYPE(EG(user_error_handler)) != IS_UNDEF) { in ZEND_FUNCTION()
1186 if (Z_TYPE(EG(user_error_handler)) != IS_UNDEF) { in ZEND_FUNCTION()
1220 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in ZEND_FUNCTION()
1240 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in ZEND_FUNCTION()
1525 if (Z_TYPE(modules[module_number]) == IS_UNDEF) { in ZEND_FUNCTION()
1615 if (EXPECTED(Z_TYPE_INFO_P(p) != IS_UNDEF)) { in debug_backtrace_get_args()
1655 if (EXPECTED(Z_TYPE_INFO_P(p) != IS_UNDEF)) { in debug_backtrace_get_args()
H A Dzend_generators.c286 if (UNEXPECTED(Z_TYPE(generator->values) != IS_UNDEF)) { in zend_generator_dtor_storage()
529 if (UNEXPECTED(Z_TYPE(generator->values) != IS_UNDEF)) { in zend_generator_throw_exception()
890 …if (UNEXPECTED(Z_TYPE(generator->value) == IS_UNDEF) && EXPECTED(generator->execute_data) && EXPEC… in zend_generator_ensure_initialized()
949 if (EXPECTED(generator->execute_data != NULL && Z_TYPE(root->value) != IS_UNDEF)) { in ZEND_METHOD()
967 if (EXPECTED(generator->execute_data != NULL && Z_TYPE(root->key) != IS_UNDEF)) { in ZEND_METHOD()
1122 if (EXPECTED(Z_TYPE(root->key) != IS_UNDEF)) { in zend_generator_iterator_get_key()
H A Dzend_execute.c317 if (UNEXPECTED(Z_TYPE_P(ret) == IS_UNDEF)) { in _get_zval_ptr_cv()
331 if (UNEXPECTED(Z_TYPE_P(ret) == IS_UNDEF)) { in _get_zval_ptr_cv_deref()
347 if (UNEXPECTED(Z_TYPE_P(ret) == IS_UNDEF)) { in _get_zval_ptr_cv_BP_VAR_R()
387 if (Z_TYPE_P(ret) == IS_UNDEF) { in _get_zval_ptr_cv_BP_VAR_W()
1660 case IS_UNDEF: in zend_check_string_offset()
2336 case IS_UNDEF: { in slow_index_convert()
2404 case IS_UNDEF: { in slow_index_convert_w()
2772 case IS_UNDEF: in zend_fetch_dimension_address_read()
3060 if (Z_TYPE_P(key) == IS_UNDEF) { in zend_array_key_exists_error()
3063 if (Z_TYPE_P(subject) == IS_UNDEF) { in zend_array_key_exists_error()
[all …]
/PHP-8.3/win32/
H A Dsignal.c31 if (IS_UNDEF != Z_TYPE(ctrl_handler)) { in php_win32_signal_ctrl_interrupt_function()
152 if (IS_UNDEF != Z_TYPE(ctrl_handler)) { in PHP_FUNCTION()
/PHP-8.3/main/streams/
H A Duserspace.c328 if (Z_TYPE(us->object) == IS_UNDEF) { in user_wrapper_opener()
417 if (Z_TYPE(us->object) == IS_UNDEF) { in user_wrapper_opendir()
586 if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF) { in php_userstreamop_write()
726 if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF && zval_is_true(&retval)) in php_userstreamop_flush()
948 if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF) { in php_userstreamop_set_option()
1044 if (Z_TYPE(object) == IS_UNDEF) { in user_wrapper_unlink()
1083 if (Z_TYPE(object) == IS_UNDEF) { in user_wrapper_rename()
1124 if (Z_TYPE(object) == IS_UNDEF) { in user_wrapper_mkdir()
1167 if (Z_TYPE(object) == IS_UNDEF) { in user_wrapper_rmdir()
1232 if (Z_TYPE(object) == IS_UNDEF) { in user_wrapper_metadata()
[all …]
/PHP-8.3/ext/readline/
H A Dreadline.c101 if (Z_TYPE(_prepped_callback) != IS_UNDEF) { in PHP_RSHUTDOWN_FUNCTION()
525 if (Z_TYPE(_prepped_callback) != IS_UNDEF) { in PHP_FUNCTION()
545 if (Z_TYPE(_prepped_callback) != IS_UNDEF) { in PHP_FUNCTION()
558 if (Z_TYPE(_prepped_callback) != IS_UNDEF) { in PHP_FUNCTION()
/PHP-8.3/ext/spl/
H A Dspl_iterators.c311 if (Z_TYPE(retval) != IS_UNDEF) { in spl_recursive_it_move_forward_ex()
829 if (Z_TYPE_P(zobject) == IS_UNDEF) { in PHP_METHOD()
833 if (Z_TYPE_P(return_value) == IS_UNDEF) { in PHP_METHOD()
853 if (Z_TYPE_P(zobject) == IS_UNDEF) { in PHP_METHOD()
857 if (Z_TYPE_P(return_value) == IS_UNDEF) { in PHP_METHOD()
1044 if (Z_TYPE(has_next) != IS_UNDEF) { in spl_recursive_tree_iterator_get_prefix()
1054 if (Z_TYPE(has_next) != IS_UNDEF) { in spl_recursive_tree_iterator_get_prefix()
1511 if (Z_TYPE(intern->current.key) != IS_UNDEF) { in spl_dual_it_free()
1622 if (Z_TYPE(intern->current.key) != IS_UNDEF) { in PHP_METHOD()
1668 if (Z_TYPE(retval) != IS_UNDEF) { in spl_filter_it_fetch()
[all …]
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_helpers.c386 case IS_UNDEF: in zend_jit_fetch_dim_r_helper()
528 case IS_UNDEF: in zend_jit_fetch_dim_is_helper()
668 case IS_UNDEF: in zend_jit_fetch_dim_isset_helper()
774 case IS_UNDEF: in zend_jit_fetch_dim_rw_helper()
906 case IS_UNDEF: in zend_jit_fetch_dim_w_helper()
1043 case IS_UNDEF: in zend_check_string_offset()
1123 case IS_UNDEF: in zend_jit_fetch_dim_str_is_helper()
1168 if (UNEXPECTED(Z_TYPE_P(dim) == IS_UNDEF)) { in zend_jit_fetch_dim_obj_r_helper()
1195 if (UNEXPECTED(Z_TYPE_P(dim) == IS_UNDEF)) { in zend_jit_fetch_dim_obj_is_helper()
2025 if (Z_TYPE_P(ptr) == IS_UNDEF) { in zend_handle_fetch_obj_flags()
[all …]
/PHP-8.3/ext/com_dotnet/
H A Dcom_iterator.c56 if (Z_TYPE(I->zdata) != IS_UNDEF) { in com_iter_valid()
90 if (Z_TYPE(I->zdata) != IS_UNDEF) { in com_iter_move_forwards()
/PHP-8.3/ext/opcache/
H A Dzend_accelerator_util_funcs.c106 if (UNEXPECTED(Z_TYPE(p->val) == IS_UNDEF)) continue; in zend_accel_move_user_functions()
137 if (UNEXPECTED(Z_TYPE(p->val) == IS_UNDEF)) continue; in zend_accel_move_user_classes()
158 ZEND_ASSERT(Z_TYPE(p->val) != IS_UNDEF); in _zend_accel_function_hash_copy()
209 ZEND_ASSERT(Z_TYPE(p->val) != IS_UNDEF); in _zend_accel_class_hash_copy()
/PHP-8.3/ext/json/
H A Djson_encoder.c154 if (Z_TYPE_P(prop) == IS_UNDEF) { in php_json_encode_array()
553 …FAILURE == call_user_function(NULL, val, &fname, &retval, 0, NULL) || Z_TYPE(retval) == IS_UNDEF) { in php_json_encode_serializable_object()
599 if (ce->enum_backing_type == IS_UNDEF) { in php_json_encode_serializable_enum()

Completed in 313 milliseconds

1234