Home
last modified time | relevance | path

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

1234

/php-src/ext/soap/
H A Dphp_encoding.c603 if (type && type->map && Z_TYPE(type->map->to_xml) != IS_UNDEF) { in to_xml_user()
631 if (type && type->map && Z_TYPE(type->map->to_zval) != IS_UNDEF) { in to_zval_user()
/php-src/Zend/
H A Dzend_ast.c451 if (Z_TYPE_P(offset) == IS_UNDEF) { in zend_ast_add_array_element()
/php-src/sapi/cli/
H A Dphp_cli_server.c2253 if (Z_TYPE(retval) != IS_UNDEF) { in php_cli_server_dispatch_router()
/php-src/ext/opcache/jit/
H A Dzend_jit.c2173 if (opline->result_type == IS_UNDEF) { in zend_jit()
/php-src/ext/ffi/
H A Dffi.c3101 while (Z_TYPE(b->val) == IS_UNDEF) { in zend_ffi_same_types()
3135 while (Z_TYPE_P(zv) == IS_UNDEF) { in zend_ffi_same_types()
/php-src/ext/opcache/
H A DZendAccelerator.c4370 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) {
/php-src/ext/date/
H A Dphp_date.c1556 if (Z_TYPE(iterator->current) != IS_UNDEF) { in date_period_it_invalidate_current()

Completed in 87 milliseconds

1234