Home
last modified time | relevance | path

Searched refs:base (Results 226 – 250 of 378) sorted by relevance

12345678910>>...16

/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_bp.c492 new_break.base = NULL; in phpdbg_set_breakpoint_opline()
523 opline_break.base = brake; in phpdbg_resolve_op_array_break()
818 new_break.base = NULL; in phpdbg_set_breakpoint_opline_ex()
1012 …end_hash_index_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE], (zend_ulong) opline)) && brake->base) { in phpdbg_find_breakpoint_opline()
1013 return (phpdbg_breakbase_t *)brake->base; in phpdbg_find_breakpoint_opline()
1151 phpdbg_breakbase_t *base = NULL; in phpdbg_find_breakpoint() local
1160 (base = phpdbg_find_conditional_breakpoint(execute_data))) { in phpdbg_find_breakpoint()
1164 …if ((PHPDBG_G(flags) & PHPDBG_HAS_FILE_BP) && (base = phpdbg_find_breakpoint_file(&execute_data->f… in phpdbg_find_breakpoint()
1172 if ((base = phpdbg_find_breakpoint_symbol(execute_data->func))) { in phpdbg_find_breakpoint()
1190 if (base->disabled) { in phpdbg_find_breakpoint()
[all …]
/PHP-7.3/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_016w.phpt2 SOAP Interop Round2 base 016 (php/wsdl): echoVoid
H A Dr2_base_016p.phpt2 SOAP Interop Round2 base 016 (php/direct): echoVoid
H A Dr2_base_016s.phpt2 SOAP Interop Round2 base 016 (soap/direct): echoVoid
H A Dr2_base_001w.phpt2 SOAP Interop Round2 base 001 (php/wsdl): echoString
H A Dr2_base_002w.phpt2 SOAP Interop Round2 base 002 (php/wsdl): echoString(empty)
H A Dr2_base_003p.phpt2 SOAP Interop Round2 base 003 (php/direct): echoString(NULL)
H A Dr2_base_003w.phpt2 SOAP Interop Round2 base 003 (php/wsdl): echoString(NULL)
H A Dr2_base_004w.phpt2 SOAP Interop Round2 base 004 (php/wsdl): echoString(entities)
H A Dr2_base_010w.phpt2 SOAP Interop Round2 base 010 (php/wsdl): echoInteger
H A Dr2_base_012w.phpt2 SOAP Interop Round2 base 012 (php/wsdl): echoFloat
H A Dr2_base_017w.phpt2 SOAP Interop Round2 base 017 (php/wsdl): echoBase64
H A Dr2_base_018w.phpt2 SOAP Interop Round2 base 018 (php/wsdl): echoHexBinary
/PHP-7.3/ext/soap/tests/schema/
H A Dschema025.phpt11 <restriction base="enc12:Array" xmlns:enc12="http://www.w3.org/2003/05/soap-encoding">
H A Dschema026.phpt11 <restriction base="enc12:Array" xmlns:enc12="http://www.w3.org/2003/05/soap-encoding">
H A Dschema028.phpt11 <restriction base="enc12:Array" xmlns:enc12="http://www.w3.org/2003/05/soap-encoding">
H A Dschema029.phpt11 <restriction base="enc12:Array" xmlns:enc12="http://www.w3.org/2003/05/soap-encoding">
H A Dschema049.phpt17 <restriction base="tns:testType2">
H A Dschema083.phpt11 <restriction base="enc12:Array" xmlns:enc12="http://www.w3.org/2003/05/soap-encoding">
H A Dschema084.phpt11 <restriction base="enc12:Array" xmlns:enc12="http://www.w3.org/2003/05/soap-encoding">
H A Dschema085.phpt16 <extension base="tns:testType2">
H A Dschema055.phpt13 <extension base="apache:Map" xmlns:apache="http://xml.apache.org/xml-soap">
/PHP-7.3/ext/pdo_firebird/
H A Dconfig.m42 [ --with-pdo-firebird[=DIR] PDO: Firebird support. DIR is the Firebird base
/PHP-7.3/ext/gmp/tests/
H A Dgmp_init.phpt38 Warning: gmp_init(): Bad base for conversion: -1 (should be between 2 and %d) in %s on line %d
/PHP-7.3/ext/imap/tests/
H A Dimap_binary_basic.phpt17 $str = 'This is an example string to be base 64 encoded';

Completed in 34 milliseconds

12345678910>>...16