Home
last modified time | relevance | path

Searched refs:params (Results 101 – 125 of 180) sorted by relevance

12345678

/PHP-5.3/ext/sqlite3/tests/
H A Dsqlite3result_fetcharray_with_two_params_fails.phpt2 SQLite3Result::fetchArray() test, testing two params causes a failure
/PHP-5.3/ext/reflection/tests/
H A DReflectionClass_getDocComment_002.phpt2 ReflectionClass::getDocComment() - bad params
H A DReflectionClass_isIterateable_001.phpt38 echo "\nTest invalid params:\n";
64 Test invalid params:
H A DReflectionObject_getConstant_error.phpt2 ReflectionObject::getConstant() - invalid params
H A DReflectionClass_FileInfo_error.phpt2 …onClass::getFileName(), ReflectionClass::getStartLine(), ReflectionClass::getEndLine() - bad params
H A DReflectionClass_getStaticPropertyValue_002.phpt2 ReflectionClass::getStaticPropertyValue() - bad params
H A DReflectionClass_isInstance_error.phpt2 ReflectionClass::isInstance() - invalid params
H A DReflectionObject_isInstance_error.phpt2 ReflectionObject::isInstance() - invalid params
H A DReflectionMethod_getModifiers_basic.phpt78 echo "Wrong number of params:\n";
237 Wrong number of params:
/PHP-5.3/ext/spl/internal/
H A Dappenditerator.inc116 function __call($func, $params)
118 return call_user_func_array(array($this->getInnerIterator(), $func), $params);
H A Drecursivetreeiterator.inc126 function __call($func, $params)
128 return call_user_func_array(array($this->getSubIterator(), $func), $params);
/PHP-5.3/ext/oci8/
H A Dphp_oci8_int.h256 #define PHP_OCI_CALL(func, params) \ argument
262 func params; \
266 #define PHP_OCI_CALL_RETURN(__retval, func, params) \ argument
272 __retval = func params; \
/PHP-5.3/ext/standard/tests/math/
H A Dhexdec_error.phpt2 Test hexdec() - wrong params test hexdec()
H A Doctdec_error.phpt2 Test octdec() - wrong params test octdec()
H A Dhypot_error.phpt2 Test hypot() - wrong params test hypot()
/PHP-5.3/ext/soap/
H A Dsoap.c1035 fci.params = NULL; in PHP_METHOD()
1703 zval *params[1]; local
2082 zval *params[2]; local
2088 params[0] = &str;
2147 efree(params);
2259 zval *params[2]; local
2265 params[0] = &str;
2733 zval *params[5]; local
3549 if (params) {
3553 trav = params;
[all …]
/PHP-5.3/ext/standard/tests/assert/
H A Dassert_error1.phpt2 assert() - error - invalid params
/PHP-5.3/ext/date/tests/
H A D004.phpt2 date() format params
H A D005.phpt2 idate() and invalid params
/PHP-5.3/Zend/
H A Dzend_interfaces.c42 zval **params[2]; in zend_call_method() local
44 params[0] = &arg1; in zend_call_method()
45 params[1] = &arg2; in zend_call_method()
53 fci.params = params; in zend_call_method()
/PHP-5.3/ext/posix/tests/
H A Dposix_access_error_wrongparams.phpt4 cases: no params, wrong param1, wrong param2, null directory, wrong directory,
/PHP-5.3/ext/interbase/tests/
H A Dbug45373.phpt2 Bug #45373 (php crash on query with errors in params)
/PHP-5.3/ext/pgsql/tests/
H A D23sync_query_params.phpt2 PostgreSQL sync query params
/PHP-5.3/Zend/tests/
H A Dcall_user_func_002.phpt2 Testing call_user_func() with autoload and passing invalid params
/PHP-5.3/ext/standard/tests/strings/
H A Dnumber_format_error.phpt2 Test number_format() - wrong params test number_format()

Completed in 65 milliseconds

12345678