Searched refs:UNKNOWN_TYPE (Results 1 – 6 of 6) sorted by relevance
/PHP-8.2/ext/soap/ |
H A D | php_encoding.h | 170 #define UNKNOWN_TYPE 999998 macro
|
H A D | soap.stub.php | 100 const UNKNOWN_TYPE = UNKNOWN; define
|
H A D | soap_arginfo.h | 255 REGISTER_LONG_CONSTANT("UNKNOWN_TYPE", UNKNOWN_TYPE, CONST_PERSISTENT); in register_soap_symbols()
|
H A D | php_encoding.c | 141 {{UNKNOWN_TYPE, NULL, NULL, NULL, NULL}, guess_zval_convert, guess_xml_convert}, 478 encode = get_conversion(UNKNOWN_TYPE); in master_to_xml_int() 564 encode = get_conversion(UNKNOWN_TYPE); in master_to_zval()
|
H A D | soap.c | 649 ZVAL_LONG(Z_VAR_ENC_TYPE_P(this_ptr), UNKNOWN_TYPE); in PHP_METHOD() 738 enc = get_conversion(UNKNOWN_TYPE); in soap_create_typemap()
|
/PHP-8.2/sapi/fpm/tests/ |
H A D | fcgi.inc | 51 const UNKNOWN_TYPE = 11; 52 const MAXTYPE = self::UNKNOWN_TYPE;
|
Completed in 29 milliseconds