Home
last modified time | relevance | path

Searched refs:base (Results 301 – 325 of 378) sorted by relevance

1...<<111213141516

/PHP-7.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_009s.phpt2 SOAP Interop Round2 base 009 (soap/direct): echoStringArray(NULL)
H A Dr2_base_006p.phpt2 SOAP Interop Round2 base 006 (php/direct): echoStringArray
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_011w.phpt2 SOAP Interop Round2 base 011 (php/wsdl): echoIntegerArray
H A Dr2_base_013p.phpt2 SOAP Interop Round2 base 013 (php/direct): echoFloatArray
H A Dr2_base_013w.phpt2 SOAP Interop Round2 base 013 (php/wsdl): echoFloatArray
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_014p.phpt2 SOAP Interop Round2 base 014 (php/direct): echoStruct
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_015w.phpt2 SOAP Interop Round2 base 015 (php/wsdl): echoStructArray
H A Dr2_base_015p.phpt2 SOAP Interop Round2 base 015 (php/direct): echoStructArray
/PHP-7.3/ext/bcmath/libbcmath/src/
H A Dbcmath.h141 _PROTOTYPE(int bc_raisemod, (bc_num base, bc_num expo, bc_num mod,
/PHP-7.3/ext/mbstring/tests/
H A Dmb_ereg_variation3.phpt42 // make sure any multibyte output is in base 64
/PHP-7.3/ext/standard/tests/strings/
H A Dbasename_error.phpt7 this function will return the base name of the file.
/PHP-7.3/ext/standard/tests/math/
H A Dpow_variation2.phpt7 /* Prototype : number pow ( number $base , number $exp )
H A Dlog_variation1.phpt5 /* Prototype : float log ( float $arg [, float $base ] )
/PHP-7.3/main/
H A Dfopen_wrappers.c80 char *base = (char *) mh_arg2; in ZEND_INI_MH() local
82 char *base = (char *) ts_resource(*((int *) mh_arg2)); in ZEND_INI_MH() local
85 p = (char **) (base + (size_t) mh_arg1); in ZEND_INI_MH()
/PHP-7.3/Zend/
H A Dzend_compile.h591 #define ZEND_OFFSET_TO_OPLINE(base, offset) \ argument
592 ((zend_op*)(((char*)(base)) + (int)offset))
594 #define ZEND_OFFSET_TO_OPLINE_NUM(op_array, base, offset) \ argument
595 (ZEND_OFFSET_TO_OPLINE(base, offset) - op_array->opcodes)
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param_references.phpt122 $base = 9;
123 $id = &$base;
/PHP-7.3/ext/date/lib/
H A Dtimelib.h598 void timelib_do_normalize(timelib_time *base);
609 void timelib_do_rel_normalize(timelib_time *base, timelib_rel_time *rt);

Completed in 36 milliseconds

1...<<111213141516