Home
last modified time | relevance | path

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

1234

/php-src/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-src/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()
1503 if (Z_TYPE_P(zv) == IS_UNDEF) { in php_array_walk()
1567 if (Z_TYPE(args[1]) != IS_UNDEF) { in php_array_walk()
1876 if (Z_TYPE_P(orig_var) == IS_UNDEF) {
3566 if (Z_TYPE_P(val) != IS_UNDEF) {
3590 if (Z_TYPE_P(val) != IS_UNDEF) {
3633 if (Z_TYPE_P(val) != IS_UNDEF) {
3687 if (Z_TYPE_P(val) != IS_UNDEF) {
5335 if (Z_TYPE(p->val) == IS_UNDEF) {
6844 if (Z_TYPE(chunk) == IS_UNDEF) {
[all …]
/php-src/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()
1700 if (Z_TYPE_P(zv) != IS_UNDEF) { in zend_hash_index_del()
2570 if (UNEXPECTED(Z_TYPE_P(s) == IS_UNDEF)) { in zend_hash_merge()
2606 if (UNEXPECTED(Z_TYPE_P(s) == IS_UNDEF)) { in zend_hash_merge()
2703 if (Z_TYPE_P(zv) != IS_UNDEF) { in zend_hash_index_find()
3084 if (Z_TYPE_P(pData1) == IS_UNDEF) continue; in zend_hash_compare_impl()
3146 if (Z_TYPE_P(pData1) == IS_UNDEF) { in zend_hash_compare_impl()
3147 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()
444 if (ce->enum_backing_type != IS_UNDEF) { in zend_enum_register_funcs()
476 if (ce->enum_backing_type != IS_UNDEF) { in zend_enum_register_props()
499 ZEND_ASSERT(type == IS_UNDEF || type == IS_LONG || type == IS_STRING); in zend_register_internal_enum()
507 if (type != IS_UNDEF) { in zend_register_internal_enum()
514 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) {
5580 if (Z_TYPE_P(cache_val) != IS_UNDEF) {
6918 if (EXPECTED(value_type != IS_UNDEF)) { in ZEND_VM_HELPER()
6922 if (EXPECTED(value_type != IS_UNDEF) in ZEND_VM_HELPER()
7032 if (EXPECTED(value_type != IS_UNDEF)) {
7056 if (EXPECTED(value_type != IS_UNDEF)) {
7169 if (EXPECTED(value_type != IS_UNDEF)
10190 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.h200 if (UNEXPECTED(Z_TYPE_P(_ret) == IS_UNDEF)) { \
223 if (EXPECTED(Z_TYPE_P(_ret) != IS_UNDEF)) { \
441 Z_TYPE_P(Z_INDIRECT_P(zv)) != IS_UNDEF); in zend_hash_exists_ind()
461 Z_TYPE_P(Z_INDIRECT_P(zv)) != IS_UNDEF); in zend_hash_str_exists_ind()
1006 if (UNEXPECTED(Z_TYPE_P(_z) == IS_UNDEF)) continue;
1015 if (UNEXPECTED(Z_TYPE_P(_z) == IS_UNDEF)) continue;
1041 if (UNEXPECTED(Z_TYPE_P(_z) == IS_UNDEF)) continue;
1070 if (UNEXPECTED(Z_TYPE_P(_z) == IS_UNDEF)) continue;
1244 if (UNEXPECTED(Z_TYPE_P(_z) == IS_UNDEF)) continue;
1260 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()
623 if (EXPECTED(Z_TYPE_P(retval) != IS_UNDEF)) { in zend_std_read_property()
728 if (Z_TYPE_P(rv) != IS_UNDEF) { in zend_std_read_property()
820 if (Z_TYPE_P(variable_ptr) != IS_UNDEF) { in zend_std_write_property()
1024 if (UNEXPECTED(Z_TYPE_P(rv) == IS_UNDEF)) { in zend_std_read_dimension()
1183 if (Z_TYPE_P(slot) != IS_UNDEF) { in zend_std_unset_property()
1773 if (Z_TYPE_P(p1) != IS_UNDEF) { in zend_std_compare_objects()
1774 if (Z_TYPE_P(p2) != IS_UNDEF) { in zend_std_compare_objects()
1787 if (Z_TYPE_P(p2) != IS_UNDEF) { in zend_std_compare_objects()
[all …]
H A Dzend_builtin_functions.c261 if (EXPECTED(Z_TYPE_INFO_P(q) != IS_UNDEF)) { in ZEND_FUNCTION()
278 if (EXPECTED(Z_TYPE_INFO_P(q) != IS_UNDEF)) { in ZEND_FUNCTION()
1223 if (Z_TYPE(EG(user_error_handler)) != IS_UNDEF) { in ZEND_FUNCTION()
1245 if (Z_TYPE(EG(user_error_handler)) != IS_UNDEF) { in ZEND_FUNCTION()
1279 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in ZEND_FUNCTION()
1299 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in ZEND_FUNCTION()
1584 if (Z_TYPE(modules[module_number]) == IS_UNDEF) { in ZEND_FUNCTION()
1674 if (EXPECTED(Z_TYPE_INFO_P(p) != IS_UNDEF)) { in debug_backtrace_get_args()
1714 if (EXPECTED(Z_TYPE_INFO_P(p) != IS_UNDEF)) { in debug_backtrace_get_args()
1849 if (Z_TYPE_P(arg) == IS_UNDEF) goto not_frameless_call; in zend_fetch_debug_backtrace()
[all …]
H A Dzend_vm_execute.h739 if (UNEXPECTED(Z_TYPE_P(op_1) == IS_UNDEF)) { in zend_bw_not_helper_SPEC()
2866 if (EXPECTED(value_type != IS_UNDEF)) { in zend_fe_fetch_object_helper_SPEC()
2870 if (EXPECTED(value_type != IS_UNDEF) in zend_fe_fetch_object_helper_SPEC()
3957 if (Z_TYPE_P(cache_val) != IS_UNDEF) { in ZEND_RECV_INIT_SPEC_CONST_HANDLER()
5509 && UNEXPECTED(Z_TYPE_P(val) == IS_UNDEF) in ZEND_JMP_NULL_SPEC_CONST_HANDLER()
10235 if (Z_TYPE_P(retval) == IS_UNDEF) { in zend_fetch_var_address_helper_SPEC_CONST_UNUSED()
18080 if (Z_TYPE_P(retval) == IS_UNDEF) { in zend_fetch_var_address_helper_SPEC_TMPVAR_UNUSED()
22484 if (EXPECTED(value_type != IS_UNDEF)) { in ZEND_FE_FETCH_R_SPEC_VAR_HANDLER()
22508 if (EXPECTED(value_type != IS_UNDEF)) { in ZEND_FE_FETCH_R_SPEC_VAR_HANDLER()
22621 if (EXPECTED(value_type != IS_UNDEF) in ZEND_FE_FETCH_RW_SPEC_VAR_HANDLER()
[all …]
H A Dzend_variables.c40 [IS_UNDEF] = (zend_rc_dtor_func_t)zend_empty_destroy,
H A Dzend_highlight.c120 if (Z_TYPE(token) == IS_UNDEF) { in zend_highlight()
H A Dzend_generators.c235 if (UNEXPECTED(Z_TYPE(generator->values) != IS_UNDEF)) { in zend_generator_dtor_storage()
469 if (UNEXPECTED(Z_TYPE(generator->values) != IS_UNDEF)) { in zend_generator_throw_exception()
821 …if (UNEXPECTED(Z_TYPE(generator->value) == IS_UNDEF) && EXPECTED(generator->execute_data) && EXPEC… in zend_generator_ensure_initialized()
880 if (EXPECTED(generator->execute_data != NULL && Z_TYPE(root->value) != IS_UNDEF)) { in ZEND_METHOD()
898 if (EXPECTED(generator->execute_data != NULL && Z_TYPE(root->key) != IS_UNDEF)) { in ZEND_METHOD()
1053 if (EXPECTED(Z_TYPE(root->key) != IS_UNDEF)) { in zend_generator_iterator_get_key()
H A Dzend_execute.c319 if (UNEXPECTED(Z_TYPE_P(ret) == IS_UNDEF)) { in _get_zval_ptr_cv()
333 if (UNEXPECTED(Z_TYPE_P(ret) == IS_UNDEF)) { in _get_zval_ptr_cv_deref()
349 if (UNEXPECTED(Z_TYPE_P(ret) == IS_UNDEF)) { in _get_zval_ptr_cv_BP_VAR_R()
389 if (Z_TYPE_P(ret) == IS_UNDEF) { in _get_zval_ptr_cv_BP_VAR_W()
1662 case IS_UNDEF: in zend_check_string_offset()
2338 case IS_UNDEF: { in slow_index_convert()
2406 case IS_UNDEF: { in slow_index_convert_w()
2774 case IS_UNDEF: in zend_fetch_dimension_address_read()
3062 if (Z_TYPE_P(key) == IS_UNDEF) { in zend_array_key_exists_error()
3065 if (Z_TYPE_P(subject) == IS_UNDEF) { in zend_array_key_exists_error()
[all …]
H A Dzend_closures.c212 if (Z_TYPE(closure_result) != IS_UNDEF) { in ZEND_METHOD()
532 if (Z_TYPE(closure->this_ptr) != IS_UNDEF) { in zend_closure_free_storage()
569 if (Z_TYPE(closure->this_ptr) != IS_UNDEF) { in zend_closure_get_closure()
642 if (Z_TYPE(closure->this_ptr) != IS_UNDEF) { in zend_closure_get_debug_info()
740 if ((scope == NULL) && this_ptr && (Z_TYPE_P(this_ptr) != IS_UNDEF)) { in zend_create_closure_ex()
/php-src/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-src/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-src/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-src/ext/spl/
H A Dspl_iterators.c310 if (Z_TYPE(retval) != IS_UNDEF) { in spl_recursive_it_move_forward_ex()
828 if (Z_TYPE_P(zobject) == IS_UNDEF) { in PHP_METHOD()
832 if (Z_TYPE_P(return_value) == IS_UNDEF) { in PHP_METHOD()
852 if (Z_TYPE_P(zobject) == IS_UNDEF) { in PHP_METHOD()
856 if (Z_TYPE_P(return_value) == IS_UNDEF) { in PHP_METHOD()
1043 if (Z_TYPE(has_next) != IS_UNDEF) { in spl_recursive_tree_iterator_get_prefix()
1053 if (Z_TYPE(has_next) != IS_UNDEF) { in spl_recursive_tree_iterator_get_prefix()
1503 if (Z_TYPE(intern->current.key) != IS_UNDEF) { in spl_dual_it_free()
1614 if (Z_TYPE(intern->current.key) != IS_UNDEF) { in PHP_METHOD()
1660 if (Z_TYPE(retval) != IS_UNDEF) { in spl_filter_it_fetch()
[all …]
/php-src/ext/opcache/jit/
H A Dzend_jit_helpers.c394 case IS_UNDEF: in zend_jit_fetch_dim_r_helper()
536 case IS_UNDEF: in zend_jit_fetch_dim_is_helper()
676 case IS_UNDEF: in zend_jit_fetch_dim_isset_helper()
782 case IS_UNDEF: in zend_jit_fetch_dim_rw_helper()
914 case IS_UNDEF: in zend_jit_fetch_dim_w_helper()
1051 case IS_UNDEF: in zend_check_string_offset()
1131 case IS_UNDEF: in zend_jit_fetch_dim_str_is_helper()
1176 if (UNEXPECTED(Z_TYPE_P(dim) == IS_UNDEF)) { in zend_jit_fetch_dim_obj_r_helper()
1203 if (UNEXPECTED(Z_TYPE_P(dim) == IS_UNDEF)) { in zend_jit_fetch_dim_obj_is_helper()
2033 if (Z_TYPE_P(ptr) == IS_UNDEF) { in zend_handle_fetch_obj_flags()
[all …]
/php-src/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-src/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-src/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 277 milliseconds

1234