Home
last modified time | relevance | path

Searched refs:base (Results 326 – 350 of 406) sorted by relevance

1...<<11121314151617

/PHP-8.3/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_008s.phpt2 SOAP Interop Round2 base 008 (soap/direct): echoStringArray(empty)
H A Dr2_base_011w.phpt2 SOAP Interop Round2 base 011 (php/wsdl): echoIntegerArray
H A Dr2_base_013w.phpt2 SOAP Interop Round2 base 013 (php/wsdl): echoFloatArray
H A Dr2_base_007s.phpt2 SOAP Interop Round2 base 007 (soap/direct): echoStringArray(one)
H A Dr2_base_011p.phpt2 SOAP Interop Round2 base 011 (php/direct): echoIntegerArray
H A Dr2_base_013p.phpt2 SOAP Interop Round2 base 013 (php/direct): echoFloatArray
H A Dr2_base_014p.phpt2 SOAP Interop Round2 base 014 (php/direct): echoStruct
H A Dr2_base_014w.phpt2 SOAP Interop Round2 base 014 (php/wsdl): echoStruct
H A Dr2_base_006s.phpt2 SOAP Interop Round2 base 006 (soap/direct): echoStringArray
H A Dr2_base_011s.phpt2 SOAP Interop Round2 base 011 (soap/direct): echoIntegerArray
H A Dr2_base_013s.phpt2 SOAP Interop Round2 base 013 (soap/direct): echoFloatArray
H A Dr2_base_014s.phpt2 SOAP Interop Round2 base 014 (soap/direct): echoStruct
H A Dr2_base_015p.phpt2 SOAP Interop Round2 base 015 (php/direct): echoStructArray
H A Dr2_base_015w.phpt2 SOAP Interop Round2 base 015 (php/wsdl): echoStructArray
/PHP-8.3/ext/mbstring/tests/
H A Dmb_ereg_variation3.phpt39 // make sure any multibyte output is in base 64
/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_common.c804 sljit_ins base; in sljit_emit_enter() local
854 base = S(SLJIT_SP); in sljit_emit_enter()
860 base = S(TMP_REG2); in sljit_emit_enter()
889 FAIL_IF(push_inst(compiler, SDC1 | base | FT(i) | IMM(offset), MOVABLE_INS)); in sljit_emit_enter()
894 FAIL_IF(push_inst(compiler, SDC1 | base | FT(i) | IMM(offset), MOVABLE_INS)); in sljit_emit_enter()
1238 sljit_s32 tmp_ar, base, delay_slot; in getput_arg() local
1257 base = arg & REG_MASK; in getput_arg()
1318 if (!base) in getput_arg()
1333 sljit_s32 tmp_ar, base, delay_slot; in emit_op_mem() local
1346 base = arg & REG_MASK; in emit_op_mem()
[all …]
/PHP-8.3/ext/pgsql/
H A Dconfig.m44 [Include PostgreSQL support. DIR is the PostgreSQL base install directory or
/PHP-8.3/ext/opcache/jit/libudis86/
H A Dsyn.c200 if (op->base == UD_NONE && op->index == UD_NONE) { in ud_syn_print_mem_disp()
H A Dtypes.h155 enum ud_type base; member
/PHP-8.3/ext/pdo_pgsql/
H A Dconfig.m44 [PDO: PostgreSQL support. DIR is the PostgreSQL base install directory or
/PHP-8.3/Zend/tests/attributes/
H A D006_filter.phpt2 Attributes can be filtered by name and base type.
/PHP-8.3/.github/scripts/
H A Dsetup-slapd.sh166 …ldapsearch -d 255 -H ldaps://localhost -D cn=Manager,dc=my-domain,dc=com -w secret -s base -b dc=m…
/PHP-8.3/ext/xml/
H A Dxml.c857 const XML_Char *entityName, const XML_Char *base, const XML_Char *systemId, in _xml_unparsedEntityDeclHandler() argument
870 _xml_xmlchar_zval(base, 0, parser->target_encoding, &args[2]); in _xml_unparsedEntityDeclHandler()
881 const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId) in _xml_notationDeclHandler() argument
893 _xml_xmlchar_zval(base, 0, parser->target_encoding, &args[2]); in _xml_notationDeclHandler()
903 const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId) in _xml_externalEntityRefHandler() argument
916 _xml_xmlchar_zval(base, 0, parser->target_encoding, &args[2]); in _xml_externalEntityRefHandler()
/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param_references.phpt122 $base = 9;
123 $id = &$base;
/PHP-8.3/Zend/
H A Dzend_compile.h661 #define ZEND_OFFSET_TO_OPLINE(base, offset) \ argument
662 ((zend_op*)(((char*)(base)) + (int)offset))
664 #define ZEND_OFFSET_TO_OPLINE_NUM(op_array, base, offset) \ argument
665 (ZEND_OFFSET_TO_OPLINE(base, offset) - op_array->opcodes)

Completed in 54 milliseconds

1...<<11121314151617