Home
last modified time | relevance | path

Searched refs:IS_UNDEF (Results 26 – 50 of 82) sorted by relevance

1234

/php-src/ext/standard/
H A Duser_filters.c182 if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF) { in userfilter_filter()
306 if (Z_TYPE(retval) != IS_UNDEF) { in user_filter_factory_create()
H A Dvar.c77 if (Z_TYPE_P(zv) == IS_UNDEF) { in php_object_property_dump()
268 if (prop_info && Z_TYPE_P(zv) == IS_UNDEF) { in zval_object_property_dump()
825 if (Z_TYPE_P(val) == IS_UNDEF) { in php_var_serialize_try_add_sleep_prop()
1189 if (Z_TYPE_P(prop) == IS_UNDEF) { in php_var_serialize_intern()
1203 if (Z_TYPE_P(prop) == IS_UNDEF) { in php_var_serialize_intern()
H A Ddns.c1011 if (Z_TYPE(retval) != IS_UNDEF && store_results) { in PHP_FUNCTION()
1024 if (Z_TYPE(retval) != IS_UNDEF) { in PHP_FUNCTION()
1036 if (Z_TYPE(retval) != IS_UNDEF) { in PHP_FUNCTION()
H A Dbasic_functions.c1463 if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) {
1489 if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) {
1524 if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) {
1557 if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) {
2466 if (Z_TYPE(BG(active_ini_file_section)) != IS_UNDEF) {
H A Dstring.c2433 if (Z_TYPE_P(tmp_repl) != IS_UNDEF) {
2441 if (Z_TYPE_P(tmp_repl) != IS_UNDEF) {
2490 if (Z_TYPE_P(tmp_from) != IS_UNDEF) {
2498 if (Z_TYPE_P(tmp_from) != IS_UNDEF) {
2535 if (Z_TYPE_P(tmp_len) != IS_UNDEF) {
2543 if (Z_TYPE_P(tmp_len) != IS_UNDEF) {
2580 if (Z_TYPE_P(tmp_repl) != IS_UNDEF) {
2588 if (Z_TYPE_P(tmp_repl) != IS_UNDEF) {
4381 if (Z_TYPE_P(replace_entry) != IS_UNDEF) {
4389 if (Z_TYPE_P(replace_entry) != IS_UNDEF) {
/php-src/ext/session/
H A Dmod_user.c53 if (Z_TYPE_P(value) == IS_UNDEF) { in verify_bool_return_type_userland_calls()
/php-src/Zend/
H A Dzend.c565 if (zobj->ce->enum_backing_type != IS_UNDEF) { in zend_print_zval_r_to_buf()
1463 if (Z_TYPE(EG(user_error_handler)) == IS_UNDEF in zend_error_zstr_at()
1521 if (Z_TYPE(retval) != IS_UNDEF) { in zend_error_zstr_at()
1542 if (Z_TYPE(EG(user_error_handler)) == IS_UNDEF) { in zend_error_zstr_at()
1888 if (Z_TYPE(EG(user_exception_handler)) == IS_UNDEF) { in zend_user_exception_handler()
1909 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in zend_execute_script()
H A Dzend_smart_str.c198 case IS_UNDEF: in smart_str_append_scalar()
H A Dzend_list.c222 if (Z_TYPE_P(p) != IS_UNDEF) { in zend_close_rsrc_list()
H A Dzend_execute_API.c378 if (Z_TYPE(EG(user_error_handler)) != IS_UNDEF) { in zend_shutdown_executor_values()
383 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in zend_shutdown_executor_values()
1333 if (Z_TYPE(local_retval) != IS_UNDEF) { in zend_eval_stringl()
1863 if (Z_TYPE_P(var) == IS_UNDEF) { in zend_detach_symbol_table()
H A Dzend_types.h599 #define IS_UNDEF 0 macro
952 #define Z_ISUNDEF(zval) (Z_TYPE(zval) == IS_UNDEF)
1042 Z_TYPE_INFO_P(z) = IS_UNDEF; \
H A Dzend_interfaces.c410 if (Z_TYPE(retval) == IS_UNDEF || EG(exception)) { in zend_user_serialize()
/php-src/ext/spl/
H A Dspl_array.c337 if (Z_TYPE_P(retval) == IS_UNDEF) { in spl_array_get_dimension_ptr()
556 if (Z_TYPE_P(data) != IS_UNDEF) { in spl_array_unset_dimension_ex()
917 Z_TYPE_P(data = Z_INDIRECT_P(data)) == IS_UNDEF) { in spl_array_skip_protected()
1123 if (Z_TYPE_P(Z_INDIRECT_P(val)) == IS_UNDEF) continue; in spl_array_object_count_elements_helper()
1141 if (Z_TYPE(rv) != IS_UNDEF) { in spl_array_object_count_elements()
1740 if (Z_TYPE_P(entry) == IS_UNDEF) { in PHP_METHOD()
/php-src/main/
H A Dphp_variables.c86 ZEND_ASSERT(Z_TYPE(PG(http_globals)[TRACK_VARS_COOKIE]) == IS_UNDEF || in php_register_known_variable()
318 if (Z_TYPE(PG(http_globals)[TRACK_VARS_COOKIE]) != IS_UNDEF && in php_register_variable_ex()
847 if (Z_TYPE(PG(http_globals)[TRACK_VARS_FILES]) == IS_UNDEF) { in php_auto_globals_create_files()
H A DSAPI.c120 if (Z_TYPE(SG(callback_func)) != IS_UNDEF) { in PHP_FUNCTION()
874 if (Z_TYPE(SG(callback_func)) != IS_UNDEF) { in sapi_send_headers()
/php-src/ext/dom/
H A Ddom_iterators.c105 if (Z_TYPE(iterator->curobj) != IS_UNDEF) { in php_dom_iterator_valid()
H A Dxpath_callbacks.c427 if (Z_TYPE(callback_retval) != IS_UNDEF) { in php_dom_xpath_callback_dispatch()
/php-src/docs/source/core/data-structures/
H A Dzval.rst17 #define IS_UNDEF 0 /* A variable that was never written to. */
35 ``IS_UNDEF``, ``IS_NULL``, ``IS_FALSE`` and ``IS_TRUE``. For the rest of the types, we are going to
/php-src/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c74 if (old_opline->result_type != IS_UNDEF) { in zend_jit_leave_nested_func_helper()
796 && opline->op2_type != IS_UNDEF) {
798 uint8_t val_type = IS_UNDEF;
H A Dzend_jit_ir.c1219 ZEND_ASSERT(type != IS_UNDEF); in jit_if_Z_TYPE()
1227 if (type != IS_UNDEF) { in jit_if_not_Z_TYPE()
1237 if (type != IS_UNDEF) { in jit_guard_Z_TYPE()
1248 if (type != IS_UNDEF) { in jit_guard_not_Z_TYPE()
12027 if_type = IS_UNDEF;
12318 if_type = IS_UNDEF;
12361 if_type = IS_UNDEF;
12402 if_type = IS_UNDEF;
13192 && dim_type != IS_UNDEF
14746 && prop_type != IS_UNDEF
[all …]
/php-src/ext/snmp/
H A Dsnmp.c687 if (Z_TYPE_P(tmp_type) != IS_UNDEF) { in php_snmp_parse_oid()
695 if (Z_TYPE_P(tmp_type) != IS_UNDEF) { in php_snmp_parse_oid()
724 if (Z_TYPE_P(tmp_value) != IS_UNDEF) { in php_snmp_parse_oid()
732 if (Z_TYPE_P(tmp_value) != IS_UNDEF) { in php_snmp_parse_oid()
/php-src/ext/random/
H A Drandom_arginfo.h341 …zend_class_entry *class_entry = zend_register_internal_enum("Random\\IntervalBoundary", IS_UNDEF, … in register_class_Random_IntervalBoundary()
/php-src/ext/tokenizer/
H A Dtokenizer.c347 if (Z_TYPE(token) != IS_UNDEF) { in tokenize()
/php-src/ext/opcache/
H A Dzend_file_cache.c321 if (Z_TYPE_P(p) != IS_UNDEF) {
334 if (Z_TYPE(p->val) != IS_UNDEF) {
1181 if (Z_TYPE_P(p) != IS_UNDEF) {
1192 if (Z_TYPE(p->val) != IS_UNDEF) {
/php-src/ext/reflection/
H A Dphp_reflection.c2040 if (Z_TYPE(retval) == IS_UNDEF && !EG(exception)) { in ZEND_METHOD()
2079 if (Z_TYPE(retval) == IS_UNDEF && !EG(exception)) { in ZEND_METHOD()
3465 if (Z_TYPE(retval) == IS_UNDEF && !EG(exception)) { in reflection_method_invoke()
4593 bool has_obj = Z_TYPE(intern->obj) != IS_UNDEF; in ZEND_METHOD()
4634 if (Z_TYPE(intern->obj) != IS_UNDEF) { in ZEND_METHOD()
4664 } else if (Z_TYPE(intern->obj) != IS_UNDEF) { in ZEND_METHOD()
4770 if (Z_TYPE(intern->obj) != IS_UNDEF && (filter & ZEND_ACC_PUBLIC) != 0) { in ZEND_METHOD()
6882 RETURN_BOOL(ce->enum_backing_type != IS_UNDEF); in ZEND_METHOD()
6896 if (ce->enum_backing_type == IS_UNDEF) { in ZEND_METHOD()
6948 if (ref->ce->enum_backing_type == IS_UNDEF) { in ZEND_METHOD()
[all …]

Completed in 253 milliseconds

1234