Home
last modified time | relevance | path

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

123

/PHP-7.4/ext/standard/
H A Dassert.c56 if (Z_TYPE(ASSERTG(callback)) != IS_UNDEF) { in PHP_INI_MH()
60 if (new_value && (Z_TYPE(ASSERTG(callback)) != IS_UNDEF || ZSTR_LEN(new_value))) { in PHP_INI_MH()
129 if (Z_TYPE(ASSERTG(callback)) != IS_UNDEF) { in PHP_RSHUTDOWN_FUNCTION()
212 if (Z_TYPE(ASSERTG(callback)) == IS_UNDEF && ASSERTG(cb)) { in PHP_FUNCTION()
216 if (Z_TYPE(ASSERTG(callback)) != IS_UNDEF) { in PHP_FUNCTION()
364 if (Z_TYPE(ASSERTG(callback)) != IS_UNDEF) { in PHP_FUNCTION()
H A Darray.c804 if (Z_TYPE(retval) != IS_UNDEF) { in PHP_FUNCTION()
1384 if (Z_TYPE_P(zv) == IS_UNDEF) { in php_array_walk()
1458 if (Z_TYPE(args[1]) != IS_UNDEF) { in php_array_walk()
1760 if (Z_TYPE_P(orig_var) == IS_UNDEF) {
1803 if (Z_TYPE_P(orig_var) == IS_UNDEF) {
1933 if (Z_TYPE_P(orig_var) == IS_UNDEF) {
3252 if (Z_TYPE_P(val) != IS_UNDEF) {
3301 if (Z_TYPE_P(val) != IS_UNDEF) {
4962 if (Z_TYPE(p->val) == IS_UNDEF) {
6412 if (Z_TYPE(chunk) == IS_UNDEF) {
[all …]
H A Duser_filters.c213 if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF) { in userfilter_filter()
361 if (Z_TYPE(retval) != IS_UNDEF) { in user_filter_factory_create()
H A Ddns.c1008 if (Z_TYPE(retval) != IS_UNDEF && store_results) { in PHP_FUNCTION()
1021 if (Z_TYPE(retval) != IS_UNDEF) { in PHP_FUNCTION()
1033 if (Z_TYPE(retval) != IS_UNDEF) { in PHP_FUNCTION()
/PHP-7.4/Zend/
H A Dzend_hash.c743 if (Z_TYPE_P(data) != IS_UNDEF) { in _zend_hash_add_or_update_i()
820 if (Z_TYPE_P(data) != IS_UNDEF) { in _zend_hash_str_add_or_update_i()
970 if (Z_TYPE(p->val) != IS_UNDEF) { in _zend_hash_index_add_or_update_i()
1503 if (Z_TYPE(p->val) != IS_UNDEF) { in zend_hash_index_del()
2140 if (UNEXPECTED(Z_TYPE_P(s) == IS_UNDEF)) { in zend_hash_merge()
2256 if (Z_TYPE(p->val) != IS_UNDEF) { in zend_hash_index_find()
2552 if (Z_TYPE(p1->val) == IS_UNDEF) continue; in zend_hash_compare_impl()
2557 if (Z_TYPE(p2->val) != IS_UNDEF) break; in zend_hash_compare_impl()
2601 if (Z_TYPE_P(pData1) == IS_UNDEF) { in zend_hash_compare_impl()
2602 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()
1825 if (Z_TYPE_P(retval) == IS_UNDEF) {
2482 if (Z_TYPE_P(property_val) != IS_UNDEF) {
5251 if (Z_TYPE_P(cache_val) != IS_UNDEF) {
6484 if (EXPECTED(value_type != IS_UNDEF)) {
6524 if (EXPECTED(value_type != IS_UNDEF)) {
6528 if (EXPECTED(value_type != IS_UNDEF)
6637 if (EXPECTED(value_type != IS_UNDEF)) {
6680 if (EXPECTED(value_type != IS_UNDEF)
[all …]
H A Dzend_type_info.h24 #define MAY_BE_UNDEF (1 << IS_UNDEF)
H A Dzend_vm_execute.h3066 if (Z_TYPE_P(cache_val) != IS_UNDEF) { in ZEND_RECV_INIT_SPEC_CONST_HANDLER()
8966 if (Z_TYPE_P(retval) == IS_UNDEF) { in zend_fetch_var_address_helper_SPEC_CONST_UNUSED()
16662 if (Z_TYPE_P(retval) == IS_UNDEF) { in zend_fetch_var_address_helper_SPEC_TMPVAR_UNUSED()
21535 if (EXPECTED(value_type != IS_UNDEF)) { in ZEND_FE_FETCH_R_SPEC_VAR_HANDLER()
21575 if (EXPECTED(value_type != IS_UNDEF)) { in ZEND_FE_FETCH_R_SPEC_VAR_HANDLER()
21579 if (EXPECTED(value_type != IS_UNDEF) in ZEND_FE_FETCH_R_SPEC_VAR_HANDLER()
21688 if (EXPECTED(value_type != IS_UNDEF)) { in ZEND_FE_FETCH_RW_SPEC_VAR_HANDLER()
21731 if (EXPECTED(value_type != IS_UNDEF) in ZEND_FE_FETCH_RW_SPEC_VAR_HANDLER()
30233 if (EXPECTED(value_type != IS_UNDEF)) { in ZEND_FE_FETCH_R_SIMPLE_SPEC_VAR_CV_RETVAL_UNUSED_HANDLER()
30285 if (EXPECTED(value_type != IS_UNDEF)) { in ZEND_FE_FETCH_R_SIMPLE_SPEC_VAR_CV_RETVAL_USED_HANDLER()
[all …]
H A Dzend_object_handlers.c647 ZEND_ASSERT(Z_TYPE_P(zv) == IS_UNDEF); in zend_get_property_guard()
683 if (EXPECTED(Z_TYPE_P(retval) != IS_UNDEF)) { in zend_std_read_property()
698 if (EXPECTED(Z_TYPE(p->val) != IS_UNDEF) && in zend_std_read_property()
766 if (Z_TYPE_P(rv) != IS_UNDEF) { in zend_std_read_property()
838 if (Z_TYPE_P(variable_ptr) != IS_UNDEF) { in zend_std_write_property()
974 if (UNEXPECTED(Z_TYPE_P(rv) == IS_UNDEF)) { in zend_std_read_dimension()
1133 if (Z_TYPE_P(slot) != IS_UNDEF) { in zend_std_unset_property()
1652 if (Z_TYPE_P(p1) != IS_UNDEF) { in zend_std_compare_objects()
1653 if (Z_TYPE_P(p2) != IS_UNDEF) { in zend_std_compare_objects()
1669 if (Z_TYPE_P(p2) != IS_UNDEF) { in zend_std_compare_objects()
[all …]
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()
357 if (UNEXPECTED(Z_TYPE_P(ret) == IS_UNDEF)) { in _get_zval_ptr_cv_deref_BP_VAR_R()
375 if (UNEXPECTED(Z_TYPE_P(ret) == IS_UNDEF)) { in _get_zval_ptr_cv_BP_VAR_RW()
387 if (Z_TYPE_P(ret) == IS_UNDEF) { in _get_zval_ptr_cv_BP_VAR_W()
1406 case IS_UNDEF: in zend_check_string_offset()
2088 case IS_UNDEF: { in slow_index_convert()
2421 case IS_UNDEF: in zend_fetch_dimension_address_read()
2806 if (Z_TYPE_P(ptr) == IS_UNDEF) { in zend_handle_fetch_obj_flags()
[all …]
H A Dzend_highlight.c127 if (Z_TYPE(token) == IS_UNDEF) { in zend_highlight()
H A Dzend_closures.c183 if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(closure_result) != IS_UNDEF) { in ZEND_METHOD()
483 if (Z_TYPE(closure->this_ptr) != IS_UNDEF) { in zend_closure_free_storage()
520 if (Z_TYPE(closure->this_ptr) != IS_UNDEF) { in zend_closure_get_closure()
556 if (Z_TYPE(closure->this_ptr) != IS_UNDEF) { in zend_closure_get_debug_info()
695 if ((scope == NULL) && this_ptr && (Z_TYPE_P(this_ptr) != IS_UNDEF)) { in zend_create_closure()
H A Dzend_builtin_functions.c544 if (EXPECTED(Z_TYPE_INFO_P(q) != IS_UNDEF)) { in ZEND_FUNCTION()
561 if (EXPECTED(Z_TYPE_INFO_P(q) != IS_UNDEF)) { in ZEND_FUNCTION()
700 if (Z_TYPE_P(entry) == IS_UNDEF) { in ZEND_FUNCTION()
896 if (Z_TYPE(val_free) == IS_UNDEF) { in ZEND_FUNCTION()
1644 if (Z_TYPE(EG(user_error_handler)) != IS_UNDEF) { in ZEND_FUNCTION()
1669 if (Z_TYPE(EG(user_error_handler)) != IS_UNDEF) { in ZEND_FUNCTION()
1711 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in ZEND_FUNCTION()
2078 if (Z_TYPE(modules[module_number]) == IS_UNDEF) { in ZEND_FUNCTION()
2143 if (EXPECTED(Z_TYPE_INFO_P(p) != IS_UNDEF)) { in debug_backtrace_get_args()
2160 if (EXPECTED(Z_TYPE_INFO_P(p) != IS_UNDEF)) { in debug_backtrace_get_args()
[all …]
H A Dzend_generators.c175 if (UNEXPECTED(Z_TYPE(generator->values) != IS_UNDEF)) { in zend_generator_dtor_storage()
482 if (UNEXPECTED(Z_TYPE(generator->values) != IS_UNDEF)) { in zend_generator_throw_exception()
887 …if (UNEXPECTED(Z_TYPE(generator->value) == IS_UNDEF) && EXPECTED(generator->execute_data) && EXPEC… in zend_generator_ensure_initialized()
955 if (EXPECTED(generator->execute_data != NULL && Z_TYPE(root->value) != IS_UNDEF)) { in ZEND_METHOD()
978 if (EXPECTED(generator->execute_data != NULL && Z_TYPE(root->key) != IS_UNDEF)) { in ZEND_METHOD()
1149 if (EXPECTED(Z_TYPE(root->key) != IS_UNDEF)) { in zend_generator_iterator_get_key()
H A Dzend_hash.h196 if (UNEXPECTED(Z_TYPE_P(_ret) == IS_UNDEF)) { \
365 ((Z_TYPE_P(Z_INDIRECT_P(zv)) != IS_UNDEF) ? Z_INDIRECT_P(zv) : NULL) : zv; in zend_hash_find_ind()
375 ((Z_TYPE_P(Z_INDIRECT_P(zv)) != IS_UNDEF) ? Z_INDIRECT_P(zv) : NULL) : zv; in zend_hash_find_ex_ind()
385 Z_TYPE_P(Z_INDIRECT_P(zv)) != IS_UNDEF); in zend_hash_exists_ind()
395 ((Z_TYPE_P(Z_INDIRECT_P(zv)) != IS_UNDEF) ? Z_INDIRECT_P(zv) : NULL) : zv; in zend_hash_str_find_ind()
405 Z_TYPE_P(Z_INDIRECT_P(zv)) != IS_UNDEF); in zend_hash_str_exists_ind()
924 if (UNEXPECTED(Z_TYPE_P(_z) == IS_UNDEF)) continue;
937 if (UNEXPECTED(Z_TYPE_P(_z) == IS_UNDEF)) continue;
/PHP-7.4/win32/
H A Dsignal.c33 if (IS_UNDEF != Z_TYPE(ctrl_handler)) { in php_win32_signal_ctrl_interrupt_function()
159 if (IS_UNDEF != Z_TYPE(ctrl_handler)) { in PHP_FUNCTION()
/PHP-7.4/main/streams/
H A Duserspace.c362 if (Z_TYPE(us->object) == IS_UNDEF) { in user_wrapper_opener()
445 if (Z_TYPE(us->object) == IS_UNDEF) { in user_wrapper_opendir()
620 if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF) { in php_userstreamop_write()
776 if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF && zval_is_true(&retval)) in php_userstreamop_flush()
1021 if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF) { in php_userstreamop_set_option()
1121 if (Z_TYPE(object) == IS_UNDEF) { in user_wrapper_unlink()
1165 if (Z_TYPE(object) == IS_UNDEF) { in user_wrapper_rename()
1211 if (Z_TYPE(object) == IS_UNDEF) { in user_wrapper_mkdir()
1259 if (Z_TYPE(object) == IS_UNDEF) { in user_wrapper_rmdir()
1329 if (Z_TYPE(object) == IS_UNDEF) { in user_wrapper_metadata()
[all …]
/PHP-7.4/ext/opcache/
H A Dzend_accelerator_util_funcs.c99 if (UNEXPECTED(Z_TYPE(p->val) == IS_UNDEF)) continue; in zend_accel_move_user_functions()
130 if (UNEXPECTED(Z_TYPE(p->val) == IS_UNDEF)) continue; in zend_accel_move_user_classes()
157 ZEND_ASSERT(Z_TYPE(p->val) != IS_UNDEF); in zend_hash_clone_constants()
188 ZEND_ASSERT(Z_TYPE(p->val) != IS_UNDEF); in zend_hash_clone_methods()
226 ZEND_ASSERT(Z_TYPE(p->val) != IS_UNDEF); in zend_hash_clone_prop_info()
420 ZEND_ASSERT(Z_TYPE(p->val) != IS_UNDEF); in zend_accel_function_hash_copy()
472 ZEND_ASSERT(Z_TYPE(p->val) != IS_UNDEF); in zend_accel_function_hash_copy_from_shm()
515 if (UNEXPECTED(Z_TYPE(p->val) == IS_UNDEF)) continue; in zend_accel_class_hash_copy()
552 ZEND_ASSERT(Z_TYPE(p->val) != IS_UNDEF); in zend_accel_class_hash_copy_from_shm()
/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_format_object.cpp108 if (Z_TYPE_P(z) != IS_UNDEF) { in PHP_FUNCTION()
124 if (Z_TYPE_P(z) != IS_UNDEF) { in PHP_FUNCTION()
/PHP-7.4/ext/readline/
H A Dreadline.c194 if (Z_TYPE(_prepped_callback) != IS_UNDEF) { in PHP_RSHUTDOWN_FUNCTION()
641 if (Z_TYPE(_prepped_callback) != IS_UNDEF) { in PHP_FUNCTION()
662 if (Z_TYPE(_prepped_callback) != IS_UNDEF) { in PHP_FUNCTION()
676 if (Z_TYPE(_prepped_callback) != IS_UNDEF) { in PHP_FUNCTION()
/PHP-7.4/ext/spl/
H A Dspl_iterators.c282 if (Z_TYPE(retval) != IS_UNDEF) { in spl_recursive_it_move_forward_ex()
784 if (Z_TYPE_P(zobject) == IS_UNDEF) { in SPL_METHOD()
788 if (Z_TYPE_P(return_value) == IS_UNDEF) { in SPL_METHOD()
809 if (Z_TYPE_P(zobject) == IS_UNDEF) { in SPL_METHOD()
813 if (Z_TYPE_P(return_value) == IS_UNDEF) { in SPL_METHOD()
1040 if (Z_TYPE(has_next) != IS_UNDEF) { in spl_recursive_tree_iterator_get_prefix()
1050 if (Z_TYPE(has_next) != IS_UNDEF) { in spl_recursive_tree_iterator_get_prefix()
1629 if (Z_TYPE(intern->current.key) != IS_UNDEF) { in spl_dual_it_free()
1813 if (Z_TYPE(retval) != IS_UNDEF) { in spl_filter_it_fetch()
1897 if (Z_TYPE(retval) != IS_UNDEF) { in SPL_METHOD()
[all …]
/PHP-7.4/ext/com_dotnet/
H A Dcom_iterator.c58 if (Z_TYPE(I->zdata) != IS_UNDEF) { in com_iter_valid()
92 if (Z_TYPE(I->zdata) != IS_UNDEF) { in com_iter_move_forwards()
/PHP-7.4/ext/session/
H A Dmod_user.c57 if (Z_TYPE(retval) != IS_UNDEF) { \
/PHP-7.4/ext/tokenizer/
H A Dtokenizer.c152 if (Z_TYPE(token) != IS_UNDEF) { in tokenize()
/PHP-7.4/ext/phar/
H A Dphar_object.c58 if (Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_UNDEF) { in phar_mung_server_vars()
709 if (Z_TYPE_P(fci.retval) == IS_UNDEF || Z_TYPE(retval) == IS_UNDEF) { in PHP_METHOD()
2303 if (Z_TYPE(source->metadata) != IS_UNDEF) { in phar_convert_to_other()
2335 if (Z_TYPE(newentry.metadata) != IS_UNDEF) { in phar_convert_to_other()
3514 if (Z_TYPE(newentry.metadata) != IS_UNDEF) { in PHP_METHOD()
4052 if (Z_TYPE(phar_obj->archive->metadata) != IS_UNDEF) { in PHP_METHOD()
4088 if (Z_TYPE(phar_obj->archive->metadata) != IS_UNDEF) { in PHP_METHOD()
4118 if (Z_TYPE(phar_obj->archive->metadata) != IS_UNDEF) { in PHP_METHOD()
4749 if (Z_TYPE(entry_obj->entry->metadata) != IS_UNDEF) { in PHP_METHOD()
4797 if (Z_TYPE(entry_obj->entry->metadata) != IS_UNDEF) { in PHP_METHOD()
[all …]

Completed in 286 milliseconds

123