Home
last modified time | relevance | path

Searched refs:base (Results 176 – 200 of 373) sorted by relevance

12345678910>>...15

/PHP-7.1/ext/soap/tests/schema/
H A Dschema001.phpt10 <restriction base="xsd:int"/>
H A Dschema011.phpt12 <restriction base="int"/>
H A Dschema012.phpt12 <restriction base="int"/>
H A Dschema058.phpt11 <restriction base="enc12:Array" xmlns:enc12="http://www.w3.org/2003/05/soap-encoding">
H A Dschema073.phpt12 <restriction base="SOAP-ENC:Array">
H A Dschema004.phpt12 <restriction base="tns:testType2"/>
H A Dschema005.phpt12 <restriction base="xsd:int"/>
H A Dschema018.phpt12 <restriction base="float"/>
H A Dschema019.phpt12 <restriction base="float"/>
H A Dschema059.phpt11 <restriction base="enc12:Array" xmlns:enc12="http://www.w3.org/2003/05/soap-encoding">
H A Dschema006.phpt12 <restriction base="xsd:int"/>
H A Dschema007.phpt13 <restriction base="xsd:int"/>
H A Dschema008.phpt13 <restriction base="xsd:int"/>
H A Dschema060.phpt11 <restriction base="enc12:Array" xmlns:enc12="http://www.w3.org/2003/05/soap-encoding">
H A Dschema017.phpt14 <restriction base="float"/>
H A Dschema020.phpt14 <restriction base="float"/>
H A Dschema061.phpt11 <restriction base="enc12:Array" xmlns:enc12="http://www.w3.org/2003/05/soap-encoding">
/PHP-7.1/ext/reflection/tests/
H A DReflectionClass_getProperty_003.phpt243 Fully qualified property name X::pubC does not specify a base class of C
245 Fully qualified property name X::protC does not specify a base class of C
247 Fully qualified property name X::privC does not specify a base class of C
249 Fully qualified property name X::doesntExist does not specify a base class of C
H A DReflectionClass_getProperty_004.phpt243 Fully qualified property name X::pubC does not specify a base class of C
245 Fully qualified property name X::protC does not specify a base class of C
247 Fully qualified property name X::privC does not specify a base class of C
249 Fully qualified property name X::doesntExist does not specify a base class of C
/PHP-7.1/ext/spl/tests/
H A DarrayObject_ksort_basic2.phpt2 SPL: Test ArrayObject::ksort() function : basic functionality with object base store
/PHP-7.1/Zend/
H A Dzend_compile.h547 #define ZEND_OFFSET_TO_OPLINE(base, offset) \ argument
548 ((zend_op*)(((char*)(base)) + (int)offset))
550 #define ZEND_OFFSET_TO_OPLINE_NUM(op_array, base, offset) \ argument
551 (ZEND_OFFSET_TO_OPLINE(base, offset) - op_array->opcodes)
605 # define RT_CONSTANT_EX(base, node) \ argument
621 # define RT_CONSTANT_EX(base, node) \ argument
622 ((zval*)(((char*)(base)) + (node).constant))
/PHP-7.1/ext/soap/tests/soap12/
H A DT75.phpt14 <test:RelativeReference xml:base="http://example.org/today/"
/PHP-7.1/ext/oci8/tests/
H A Dbind_sqltafc.phpt30 echo "Test 0 - base table creation without binds\n";
93 Test 0 - base table creation without binds
/PHP-7.1/ext/date/lib/
H A Dtimelib.h103 void timelib_do_normalize(timelib_time *base);
104 void timelib_do_rel_normalize(timelib_time *base, timelib_rel_time *rt);
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_bp.c478 new_break.base = NULL; in phpdbg_set_breakpoint_opline()
509 opline_break.base = brake; in phpdbg_resolve_op_array_break()
804 new_break.base = NULL; in phpdbg_set_breakpoint_opline_ex()
969 …end_hash_index_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE], (zend_ulong) opline)) && brake->base) { in phpdbg_find_breakpoint_opline()
970 return (phpdbg_breakbase_t *)brake->base; in phpdbg_find_breakpoint_opline()
1108 phpdbg_breakbase_t *base = NULL; in phpdbg_find_breakpoint() local
1117 (base = phpdbg_find_conditional_breakpoint(execute_data))) { in phpdbg_find_breakpoint()
1121 …if ((PHPDBG_G(flags) & PHPDBG_HAS_FILE_BP) && (base = phpdbg_find_breakpoint_file(&execute_data->f… in phpdbg_find_breakpoint()
1129 if ((base = phpdbg_find_breakpoint_symbol(execute_data->func))) { in phpdbg_find_breakpoint()
1147 if (base->disabled) { in phpdbg_find_breakpoint()
[all …]

Completed in 55 milliseconds

12345678910>>...15