Home
last modified time | relevance | path

Searched refs:IS_UNDEF (Results 1 – 25 of 72) sorted by last modified time

123

/PHP-7.4/ext/phar/
H A Dphar.c232 if (Z_TYPE(phar->metadata) != IS_UNDEF) { in PHP_INI_END()
386 if (Z_TYPE(entry->metadata) != IS_UNDEF) { in destroy_phar_manifest_entry_int()
1136 if (Z_TYPE(entry.metadata) != IS_UNDEF) { in phar_parse_pharfile()
1149 if (Z_TYPE(entry.metadata) != IS_UNDEF) { in phar_parse_pharfile()
1162 if (Z_TYPE(entry.metadata) != IS_UNDEF) { in phar_parse_pharfile()
2686 if (Z_TYPE(phar->metadata) != IS_UNDEF) { in phar_flush()
2723 if (Z_TYPE(entry->metadata) != IS_UNDEF) { in phar_flush()
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 …]
/PHP-7.4/main/
H A Dphp_variables.c274 if (Z_TYPE(PG(http_globals)[TRACK_VARS_COOKIE]) != IS_UNDEF && in php_register_variable_ex()
823 if (Z_TYPE(PG(http_globals)[TRACK_VARS_FILES]) == IS_UNDEF) { in php_auto_globals_create_files()
H A Dmain.c1155 …(Z_TYPE(EG(user_error_handler)) == IS_UNDEF || !(EG(user_error_handler_error_reporting) & type))) { in php_verror()
H A Doutput.c961 #define PHP_OUTPUT_USER_SUCCESS(retval) ((Z_TYPE(retval) != IS_UNDEF) && !(Z_TYPE(retval) == IS_FAL… in php_output_handler_op()
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c1349 if (Z_TYPE(marks) == IS_UNDEF) { in php_pcre_match_impl()
1470 if (Z_TYPE(marks) != IS_UNDEF) { in php_pcre_match_impl()
1564 if (zend_call_function(fci, fcc) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) { in preg_do_repl_func()
2119 if (Z_TYPE_P(zv) != IS_UNDEF) { in php_pcre_replace_array()
/PHP-7.4/main/streams/
H A Dstreams.c507 if (Z_TYPE(stream->wrapperdata) != IS_UNDEF) { in _php_stream_free()
2252 if (Z_TYPE(context->options) != IS_UNDEF) {
/PHP-7.4/Zend/
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_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_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_operators.c538 case IS_UNDEF: in _convert_to_string()
764 case IS_UNDEF: in _zval_get_long_func_ex()
873 case IS_UNDEF: in __zval_get_string_func()
H A Dzend_API.c3661 if (!retval_ptr && Z_TYPE(retval) != IS_UNDEF) { in zend_fcall_info_call()
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_compile.c216 {NULL, 0, IS_UNDEF}
4764 zend_uchar common_type = IS_UNDEF; in determine_switch_jumptable_type()
4777 return IS_UNDEF; in determine_switch_jumptable_type()
4783 return IS_UNDEF; in determine_switch_jumptable_type()
4786 if (common_type == IS_UNDEF) { in determine_switch_jumptable_type()
4790 return IS_UNDEF; in determine_switch_jumptable_type()
4796 return IS_UNDEF; in determine_switch_jumptable_type()
4840 if (jumptable_type != IS_UNDEF && should_use_jumptable(cases, jumptable_type)) { in zend_compile_switch()
/PHP-7.4/ext/standard/
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 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()
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 Dstring.c2564 if (Z_TYPE_P(tmp_repl) != IS_UNDEF) {
2608 if (Z_TYPE_P(tmp_from) != IS_UNDEF) {
2643 if (Z_TYPE_P(tmp_len) != IS_UNDEF) {
2678 if (Z_TYPE_P(tmp_repl) != IS_UNDEF) {
4406 if (Z_TYPE_P(replace_entry) != IS_UNDEF) {
4940 if (Z_TYPE_P(plocale) != IS_UNDEF) {
H A Dvar.c78 if (Z_TYPE_P(zv) == IS_UNDEF) { in php_object_property_dump()
267 if (prop_info && Z_TYPE_P(zv) == IS_UNDEF) { in zval_object_property_dump()
797 if (Z_TYPE_P(val) == IS_UNDEF) { in php_var_serialize_try_add_sleep_prop()
/PHP-7.4/ext/date/
H A Dphp_date.c1912 if (Z_TYPE(iterator->current) != IS_UNDEF) { in date_period_it_invalidate_current()
/PHP-7.4/ext/curl/
H A Dinterface.c2363 if (Z_TYPE_P(postfields) != IS_UNDEF) { in PHP_FUNCTION()
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c4375 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in accel_preload()
4493 if (Z_TYPE(EG(user_error_handler)) != IS_UNDEF) { in accel_preload()
4498 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in accel_preload()
/PHP-7.4/ext/json/
H A Djson_encoder.c490 …FAILURE == call_user_function(NULL, val, &fname, &retval, 0, NULL) || Z_TYPE(retval) == IS_UNDEF) { in php_json_encode_serializable_object()
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c2229 if (Z_TYPE(retval) != IS_UNDEF) { in php_cli_server_dispatch_router()

Completed in 337 milliseconds

123