Home
last modified time | relevance | path

Searched refs:UNKNOWN_TYPE (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/soap/
H A Dphp_encoding.h170 #define UNKNOWN_TYPE 999998 macro
H A Dsoap.stub.php120 const UNKNOWN_TYPE = UNKNOWN; define
H A Dsoap_arginfo.h252 REGISTER_LONG_CONSTANT("UNKNOWN_TYPE", UNKNOWN_TYPE, CONST_PERSISTENT); in register_soap_symbols()
H A Dphp_encoding.c142 {{UNKNOWN_TYPE, NULL, NULL, NULL, NULL, NULL}, guess_zval_convert, guess_xml_convert},
486 encode = get_conversion(UNKNOWN_TYPE); in master_to_xml_int()
572 encode = get_conversion(UNKNOWN_TYPE); in master_to_zval()
H A Dsoap.c765 ZVAL_LONG(Z_VAR_ENC_TYPE_P(this_ptr), UNKNOWN_TYPE); in PHP_METHOD()
854 enc = get_conversion(UNKNOWN_TYPE); in soap_create_typemap()
/php-src/sapi/fpm/tests/
H A Dfcgi.inc380 const UNKNOWN_TYPE = 11;
381 const MAXTYPE = self::UNKNOWN_TYPE;

Completed in 42 milliseconds