Home
last modified time | relevance | path

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

12345678910>>...16

/PHP-7.2/ext/standard/tests/general_functions/
H A Dintval_variation2.phpt7 /* Prototype : int intval(mixed var [, int base])
8 * Description: Get the integer value of a variable using the optional base for the conversion
99 // loop through each element of the array for base
/PHP-7.2/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 Dbug49719.phpt2 Bug #49719 (ReflectionClass::hasProperty returns true for a private property in base class)
/PHP-7.2/ext/ldap/tests/
H A Dldap_list_error.phpt20 var_dump(ldap_list($link, "$base", "(objectClass=*)", array(), 0, 0, 0, 0 , "Additional data"));
H A Dldap_read_error.phpt20 var_dump(ldap_read($link, "$base", "(objectClass=*)", array(), 0, 0, 0, 0 , "Additional data"));
/PHP-7.2/ext/soap/tests/schema/
H A Dschema001.phpt10 <restriction base="xsd:int"/>
H A Dschema056.phpt11 <restriction base="SOAP-ENC:Array">
H A Dschema057.phpt11 <restriction base="SOAP-ENC:Array">
H A Dschema072.phpt12 <restriction base="SOAP-ENC:Array">
H A Dschema004.phpt12 <restriction base="tns:testType2"/>
H A Dschema005.phpt12 <restriction base="xsd:int"/>
H A Dschema011.phpt12 <restriction base="int"/>
H A Dschema012.phpt12 <restriction base="int"/>
H A Dschema018.phpt12 <restriction base="float"/>
H A Dschema019.phpt12 <restriction base="float"/>
H A Dschema058.phpt11 <restriction base="enc12:Array" xmlns:enc12="http://www.w3.org/2003/05/soap-encoding">
H A Dschema059.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 Dschema006.phpt12 <restriction base="xsd:int"/>
H A Dschema007.phpt13 <restriction base="xsd:int"/>
H A Dschema008.phpt13 <restriction base="xsd:int"/>
H A Dschema017.phpt14 <restriction base="float"/>
H A Dschema020.phpt14 <restriction base="float"/>
/PHP-7.2/ext/spl/tests/
H A DarrayObject_ksort_basic2.phpt2 SPL: Test ArrayObject::ksort() function : basic functionality with object base store
/PHP-7.2/Zend/
H A Dzend_compile.h561 #define ZEND_OFFSET_TO_OPLINE(base, offset) \ argument
562 ((zend_op*)(((char*)(base)) + (int)offset))
564 #define ZEND_OFFSET_TO_OPLINE_NUM(op_array, base, offset) \ argument
565 (ZEND_OFFSET_TO_OPLINE(base, offset) - op_array->opcodes)
619 # define RT_CONSTANT_EX(base, node) \ argument
635 # define RT_CONSTANT_EX(base, node) \ argument
636 ((zval*)(((char*)(base)) + (node).constant))

Completed in 47 milliseconds

12345678910>>...16