Home
last modified time | relevance | path

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

123

/PHP-8.0/ext/zend_test/tests/
H A Dobserver_retval_05.phpt2 Observer: Retvals are observable that are: IS_CV, IS_UNDEF
12 return $i_do_not_exist; // IS_CV && IS_UNDEF
/PHP-8.0/ext/standard/
H A Dassert.c52 if (Z_TYPE(ASSERTG(callback)) != IS_UNDEF) { in PHP_INI_MH()
56 if (new_value && (Z_TYPE(ASSERTG(callback)) != IS_UNDEF || ZSTR_LEN(new_value))) { in PHP_INI_MH()
123 if (Z_TYPE(ASSERTG(callback)) != IS_UNDEF) { in PHP_RSHUTDOWN_FUNCTION()
165 if (Z_TYPE(ASSERTG(callback)) == IS_UNDEF && ASSERTG(cb)) { in PHP_FUNCTION()
169 if (Z_TYPE(ASSERTG(callback)) != IS_UNDEF) { in PHP_FUNCTION()
271 if (Z_TYPE(ASSERTG(callback)) != IS_UNDEF) { in PHP_FUNCTION()
H A Darray.c766 if (Z_TYPE(retval) != IS_UNDEF) { in PHP_FUNCTION()
1364 if (Z_TYPE_P(zv) == IS_UNDEF) { in php_array_walk()
1438 if (Z_TYPE(args[1]) != IS_UNDEF) { in php_array_walk()
1734 if (Z_TYPE_P(orig_var) == IS_UNDEF) {
1777 if (Z_TYPE_P(orig_var) == IS_UNDEF) {
1907 if (Z_TYPE_P(orig_var) == IS_UNDEF) {
3202 if (Z_TYPE_P(val) != IS_UNDEF) {
3250 if (Z_TYPE_P(val) != IS_UNDEF) {
4840 if (Z_TYPE(p->val) == IS_UNDEF) {
6220 if (Z_TYPE(chunk) == IS_UNDEF) {
[all …]
H A Duser_filters.c210 if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF) { in userfilter_filter()
356 if (Z_TYPE(retval) != IS_UNDEF) { in user_filter_factory_create()
/PHP-8.0/Zend/
H A Dzend_hash.c765 if (Z_TYPE_P(data) != IS_UNDEF) { in _zend_hash_add_or_update_i()
842 if (Z_TYPE_P(data) != IS_UNDEF) { in _zend_hash_str_add_or_update_i()
996 if (Z_TYPE(p->val) != IS_UNDEF) { in _zend_hash_index_add_or_update_i()
1528 if (Z_TYPE(p->val) != IS_UNDEF) { in zend_hash_index_del()
2165 if (UNEXPECTED(Z_TYPE_P(s) == IS_UNDEF)) { in zend_hash_merge()
2281 if (Z_TYPE(p->val) != IS_UNDEF) { in zend_hash_index_find()
2581 if (Z_TYPE(p1->val) == IS_UNDEF) continue; in zend_hash_compare_impl()
2586 if (Z_TYPE(p2->val) != IS_UNDEF) break; in zend_hash_compare_impl()
2630 if (Z_TYPE_P(pData1) == IS_UNDEF) { in zend_hash_compare_impl()
2631 if (Z_TYPE_P(pData2) != IS_UNDEF) { in zend_hash_compare_impl()
[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()
1753 if (Z_TYPE_P(retval) == IS_UNDEF) {
2390 if (Z_TYPE_P(property_val) != IS_UNDEF) {
5474 if (Z_TYPE_P(cache_val) != IS_UNDEF) {
6718 if (EXPECTED(value_type != IS_UNDEF)) {
6757 if (EXPECTED(value_type != IS_UNDEF)) {
6761 if (EXPECTED(value_type != IS_UNDEF)
6870 if (EXPECTED(value_type != IS_UNDEF)) {
6912 if (EXPECTED(value_type != IS_UNDEF)
[all …]
H A Dzend_type_info.h24 #define MAY_BE_UNDEF (1 << IS_UNDEF)
H A Dzend_object_handlers.c536 ZEND_ASSERT(Z_TYPE_P(zv) == IS_UNDEF); in zend_get_property_guard()
565 if (EXPECTED(Z_TYPE_P(retval) != IS_UNDEF)) { in zend_std_read_property()
580 if (EXPECTED(Z_TYPE(p->val) != IS_UNDEF) && in zend_std_read_property()
648 if (Z_TYPE_P(rv) != IS_UNDEF) { in zend_std_read_property()
712 if (Z_TYPE_P(variable_ptr) != IS_UNDEF) { in zend_std_write_property()
852 if (UNEXPECTED(Z_TYPE_P(rv) == IS_UNDEF)) { in zend_std_read_dimension()
995 if (Z_TYPE_P(slot) != IS_UNDEF) { in zend_std_unset_property()
1579 if (Z_TYPE_P(p1) != IS_UNDEF) { in zend_std_compare_objects()
1580 if (Z_TYPE_P(p2) != IS_UNDEF) { in zend_std_compare_objects()
1593 if (Z_TYPE_P(p2) != IS_UNDEF) { in zend_std_compare_objects()
[all …]
H A Dzend_vm_execute.h727 if (UNEXPECTED(Z_TYPE_P(op_1) == IS_UNDEF)) { in zend_bw_not_helper_SPEC()
3581 if (Z_TYPE_P(cache_val) != IS_UNDEF) { in ZEND_RECV_INIT_SPEC_CONST_HANDLER()
9536 if (Z_TYPE_P(retval) == IS_UNDEF) { in zend_fetch_var_address_helper_SPEC_CONST_UNUSED()
17353 if (Z_TYPE_P(retval) == IS_UNDEF) { in zend_fetch_var_address_helper_SPEC_TMPVAR_UNUSED()
21673 if (EXPECTED(value_type != IS_UNDEF)) { in ZEND_FE_FETCH_R_SPEC_VAR_HANDLER()
21716 if (EXPECTED(value_type != IS_UNDEF) in ZEND_FE_FETCH_R_SPEC_VAR_HANDLER()
21825 if (EXPECTED(value_type != IS_UNDEF)) { in ZEND_FE_FETCH_RW_SPEC_VAR_HANDLER()
21867 if (EXPECTED(value_type != IS_UNDEF) in ZEND_FE_FETCH_RW_SPEC_VAR_HANDLER()
31208 if (EXPECTED(value_type != IS_UNDEF)) { in ZEND_FE_FETCH_R_SIMPLE_SPEC_VAR_CV_RETVAL_UNUSED_HANDLER()
31260 if (EXPECTED(value_type != IS_UNDEF)) { in ZEND_FE_FETCH_R_SIMPLE_SPEC_VAR_CV_RETVAL_USED_HANDLER()
[all …]
H A Dzend_highlight.c127 if (Z_TYPE(token) == IS_UNDEF) { in zend_highlight()
H A Dzend_execute.c313 if (UNEXPECTED(Z_TYPE_P(ret) == IS_UNDEF)) { in _get_zval_ptr_cv()
327 if (UNEXPECTED(Z_TYPE_P(ret) == IS_UNDEF)) { in _get_zval_ptr_cv_deref()
343 if (UNEXPECTED(Z_TYPE_P(ret) == IS_UNDEF)) { in _get_zval_ptr_cv_BP_VAR_R()
353 if (UNEXPECTED(Z_TYPE_P(ret) == IS_UNDEF)) { in _get_zval_ptr_cv_deref_BP_VAR_R()
383 if (Z_TYPE_P(ret) == IS_UNDEF) { in _get_zval_ptr_cv_BP_VAR_W()
1388 case IS_UNDEF: in zend_check_string_offset()
2099 case IS_UNDEF: { in slow_index_convert()
2446 case IS_UNDEF: in zend_fetch_dimension_address_read()
2733 if (Z_TYPE_P(key) == IS_UNDEF) { in zend_array_key_exists_error()
2736 if (Z_TYPE_P(subject) == IS_UNDEF) { in zend_array_key_exists_error()
[all …]
H A Dzend_builtin_functions.c247 if (EXPECTED(Z_TYPE_INFO_P(q) != IS_UNDEF)) { in ZEND_FUNCTION()
264 if (EXPECTED(Z_TYPE_INFO_P(q) != IS_UNDEF)) { in ZEND_FUNCTION()
1188 if (Z_TYPE(EG(user_error_handler)) != IS_UNDEF) { in ZEND_FUNCTION()
1210 if (Z_TYPE(EG(user_error_handler)) != IS_UNDEF) { in ZEND_FUNCTION()
1245 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in ZEND_FUNCTION()
1265 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in ZEND_FUNCTION()
1549 if (Z_TYPE(modules[module_number]) == IS_UNDEF) { in ZEND_FUNCTION()
1610 if (EXPECTED(Z_TYPE_INFO_P(p) != IS_UNDEF)) { in debug_backtrace_get_args()
1627 if (EXPECTED(Z_TYPE_INFO_P(p) != IS_UNDEF)) { in debug_backtrace_get_args()
1840 if (Z_TYPE(arg_array) != IS_UNDEF) { in ZEND_FUNCTION()
H A Dzend_closures.c185 if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(closure_result) != IS_UNDEF) { in ZEND_METHOD()
495 if (Z_TYPE(closure->this_ptr) != IS_UNDEF) { in zend_closure_free_storage()
532 if (Z_TYPE(closure->this_ptr) != IS_UNDEF) { in zend_closure_get_closure()
584 if (Z_TYPE(closure->this_ptr) != IS_UNDEF) { in zend_closure_get_debug_info()
693 if ((scope == NULL) && this_ptr && (Z_TYPE_P(this_ptr) != IS_UNDEF)) { in zend_create_closure()
H A Dzend_generators.c227 if (UNEXPECTED(Z_TYPE(generator->values) != IS_UNDEF)) { in zend_generator_dtor_storage()
494 if (UNEXPECTED(Z_TYPE(generator->values) != IS_UNDEF)) { in zend_generator_throw_exception()
830 …if (UNEXPECTED(Z_TYPE(generator->value) == IS_UNDEF) && EXPECTED(generator->execute_data) && EXPEC… in zend_generator_ensure_initialized()
889 if (EXPECTED(generator->execute_data != NULL && Z_TYPE(root->value) != IS_UNDEF)) { in ZEND_METHOD()
909 if (EXPECTED(generator->execute_data != NULL && Z_TYPE(root->key) != IS_UNDEF)) { in ZEND_METHOD()
1070 if (EXPECTED(Z_TYPE(root->key) != IS_UNDEF)) { in zend_generator_iterator_get_key()
H A Dzend_hash.h194 if (UNEXPECTED(Z_TYPE_P(_ret) == IS_UNDEF)) { \
385 ((Z_TYPE_P(Z_INDIRECT_P(zv)) != IS_UNDEF) ? Z_INDIRECT_P(zv) : NULL) : zv; in zend_hash_find_ind()
395 ((Z_TYPE_P(Z_INDIRECT_P(zv)) != IS_UNDEF) ? Z_INDIRECT_P(zv) : NULL) : zv; in zend_hash_find_ex_ind()
405 Z_TYPE_P(Z_INDIRECT_P(zv)) != IS_UNDEF); in zend_hash_exists_ind()
415 ((Z_TYPE_P(Z_INDIRECT_P(zv)) != IS_UNDEF) ? Z_INDIRECT_P(zv) : NULL) : zv; in zend_hash_str_find_ind()
425 Z_TYPE_P(Z_INDIRECT_P(zv)) != IS_UNDEF); in zend_hash_str_exists_ind()
952 if (UNEXPECTED(Z_TYPE_P(_z) == IS_UNDEF)) continue;
965 if (UNEXPECTED(Z_TYPE_P(_z) == IS_UNDEF)) continue;
/PHP-8.0/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.0/ext/opcache/jit/
H A Dzend_jit_helpers.c473 case IS_UNDEF: in zend_jit_fetch_dim_r_helper()
574 case IS_UNDEF: in zend_jit_fetch_dim_is_helper()
670 case IS_UNDEF: in zend_jit_fetch_dim_isset_helper()
754 case IS_UNDEF: in zend_jit_fetch_dim_rw_helper()
852 case IS_UNDEF: in zend_jit_fetch_dim_w_helper()
948 case IS_UNDEF: in zend_check_string_offset()
1024 case IS_UNDEF: in zend_jit_fetch_dim_str_is_helper()
1066 if (UNEXPECTED(Z_TYPE_P(dim) == IS_UNDEF)) { in zend_jit_fetch_dim_obj_r_helper()
1093 if (UNEXPECTED(Z_TYPE_P(dim) == IS_UNDEF)) { in zend_jit_fetch_dim_obj_is_helper()
1988 if (Z_TYPE_P(ptr) == IS_UNDEF) { in zend_handle_fetch_obj_flags()
[all …]
/PHP-8.0/main/streams/
H A Duserspace.c337 if (Z_TYPE(us->object) == IS_UNDEF) { in user_wrapper_opener()
419 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()
742 if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF && zval_is_true(&retval)) in php_userstreamop_flush()
986 if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF) { in php_userstreamop_set_option()
1086 if (Z_TYPE(object) == IS_UNDEF) { in user_wrapper_unlink()
1129 if (Z_TYPE(object) == IS_UNDEF) { in user_wrapper_rename()
1174 if (Z_TYPE(object) == IS_UNDEF) { in user_wrapper_mkdir()
1221 if (Z_TYPE(object) == IS_UNDEF) { in user_wrapper_rmdir()
1290 if (Z_TYPE(object) == IS_UNDEF) { in user_wrapper_metadata()
[all …]
/PHP-8.0/ext/readline/
H A Dreadline.c98 if (Z_TYPE(_prepped_callback) != IS_UNDEF) { in PHP_RSHUTDOWN_FUNCTION()
522 if (Z_TYPE(_prepped_callback) != IS_UNDEF) { in PHP_FUNCTION()
542 if (Z_TYPE(_prepped_callback) != IS_UNDEF) { in PHP_FUNCTION()
555 if (Z_TYPE(_prepped_callback) != IS_UNDEF) { in PHP_FUNCTION()
/PHP-8.0/ext/opcache/
H A Dzend_accelerator_util_funcs.c103 if (UNEXPECTED(Z_TYPE(p->val) == IS_UNDEF)) continue; in zend_accel_move_user_functions()
134 if (UNEXPECTED(Z_TYPE(p->val) == IS_UNDEF)) continue; in zend_accel_move_user_classes()
161 ZEND_ASSERT(Z_TYPE(p->val) != IS_UNDEF); in zend_hash_clone_constants()
192 ZEND_ASSERT(Z_TYPE(p->val) != IS_UNDEF); in zend_hash_clone_methods()
230 ZEND_ASSERT(Z_TYPE(p->val) != IS_UNDEF); in zend_hash_clone_prop_info()
437 ZEND_ASSERT(Z_TYPE(p->val) != IS_UNDEF); in zend_accel_function_hash_copy()
489 ZEND_ASSERT(Z_TYPE(p->val) != IS_UNDEF); in zend_accel_function_hash_copy_from_shm()
532 if (UNEXPECTED(Z_TYPE(p->val) == IS_UNDEF)) continue; in zend_accel_class_hash_copy()
569 ZEND_ASSERT(Z_TYPE(p->val) != IS_UNDEF); in zend_accel_class_hash_copy_from_shm()
/PHP-8.0/ext/intl/dateformat/
H A Ddateformat_format_object.cpp106 if (Z_TYPE_P(z) != IS_UNDEF) { in PHP_FUNCTION()
122 if (Z_TYPE_P(z) != IS_UNDEF) { in PHP_FUNCTION()
/PHP-8.0/ext/spl/
H A Dspl_iterators.c269 if (Z_TYPE(retval) != IS_UNDEF) { in spl_recursive_it_move_forward_ex()
779 if (Z_TYPE_P(zobject) == IS_UNDEF) { in PHP_METHOD()
783 if (Z_TYPE_P(return_value) == IS_UNDEF) { in PHP_METHOD()
803 if (Z_TYPE_P(zobject) == IS_UNDEF) { in PHP_METHOD()
807 if (Z_TYPE_P(return_value) == IS_UNDEF) { in PHP_METHOD()
994 if (Z_TYPE(has_next) != IS_UNDEF) { in spl_recursive_tree_iterator_get_prefix()
1004 if (Z_TYPE(has_next) != IS_UNDEF) { in spl_recursive_tree_iterator_get_prefix()
1487 if (Z_TYPE(intern->current.key) != IS_UNDEF) { in spl_dual_it_free()
1598 if (Z_TYPE(intern->current.key) != IS_UNDEF) { in PHP_METHOD()
1648 if (Z_TYPE(retval) != IS_UNDEF) { in spl_filter_it_fetch()
[all …]
H A Dspl_array.c306 if (Z_TYPE_P(retval) == IS_UNDEF) { in spl_array_get_dimension_ptr()
545 if (Z_TYPE_P(data) == IS_UNDEF) { in spl_array_unset_dimension_ex()
955 Z_TYPE_P(data = Z_INDIRECT_P(data)) == IS_UNDEF) { in spl_array_skip_protected()
1372 if (Z_TYPE_P(Z_INDIRECT_P(val)) == IS_UNDEF) continue; in spl_array_object_count_elements_helper()
1390 if (Z_TYPE(rv) != IS_UNDEF) { in spl_array_object_count_elements()
1507 if (Z_TYPE_P(entry) == IS_UNDEF) { in SPL_ARRAY_METHOD()
/PHP-8.0/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.0/ext/session/
H A Dmod_user.c55 if (Z_TYPE(retval) != IS_UNDEF) { \

Completed in 326 milliseconds

123