Home
last modified time | relevance | path

Searched refs:params (Results 126 – 150 of 208) sorted by relevance

123456789

/PHP-5.5/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.5/ext/standard/tests/math/
H A Doctdec_error.phpt2 Test octdec() - wrong params test octdec()
H A Dhexdec_error.phpt2 Test hexdec() - wrong params test hexdec()
H A Dhypot_error.phpt2 Test hypot() - wrong params test hypot()
/PHP-5.5/ext/sockets/tests/
H A Dsocket_set_option_bindtodevice.phpt25 // wrong params
/PHP-5.5/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.5/ext/reflection/tests/
H A DReflectionClass_FileInfo_error.phpt2 …onClass::getFileName(), ReflectionClass::getStartLine(), ReflectionClass::getEndLine() - bad params
H A DReflectionObject_isInstance_error.phpt2 ReflectionObject::isInstance() - invalid params
H A DReflectionClass_getStaticPropertyValue_002.phpt2 ReflectionClass::getStaticPropertyValue() - bad params
H A DReflectionClass_isInstance_error.phpt2 ReflectionClass::isInstance() - invalid params
/PHP-5.5/ext/date/tests/
H A D004.phpt2 date() format params
H A D005.phpt2 idate() and invalid params
/PHP-5.5/ext/spl/internal/
H A Drecursivetreeiterator.inc126 function __call($func, $params)
128 return call_user_func_array(array($this->getSubIterator(), $func), $params);
/PHP-5.5/ext/interbase/tests/
H A Dbug45373.phpt2 Bug #45373 (php crash on query with errors in params)
/PHP-5.5/ext/standard/tests/assert/
H A Dassert_error1.phpt2 assert() - error - invalid params
/PHP-5.5/ext/soap/
H A Dsoap.c928 fci.params = NULL; in PHP_METHOD()
1587 zval *params[1]; local
1593 params[0] = &param;
1599 params[0] = &param;
1995 efree(params);
2560 zval *params[5]; local
2583 ZVAL_NULL(params[1]);
2589 ZVAL_NULL(params[2]);
3375 if (params) {
3379 trav = params;
[all …]
/PHP-5.5/ext/standard/tests/password/
H A Dpassword_needs_rehash.phpt16 // Valid with cost the same, additional params
/PHP-5.5/ext/posix/tests/
H A Dposix_access_error_wrongparams.phpt4 cases: no params, wrong param1, wrong param2, null directory, wrong directory,
/PHP-5.5/ext/pgsql/tests/
H A D23sync_query_params.phpt2 PostgreSQL sync query params
H A D25async_query_params.phpt2 PostgreSQL async query params
/PHP-5.5/Zend/tests/
H A Dcall_user_func_002.phpt2 Testing call_user_func() with autoload and passing invalid params
/PHP-5.5/ext/curl/tests/
H A Dbug55767.phpt2 Test curl_opt() function with POST params from array with a numeric key
/PHP-5.5/ext/standard/tests/strings/
H A Dnumber_format_error.phpt2 Test number_format() - wrong params test number_format()
/PHP-5.5/ext/spl/
H A Dspl_engine.h72 fci.params = argv; in spl_instantiate_arg_n()
/PHP-5.5/ext/zlib/tests/
H A D007.phpt2 gzencode() and invalid params

Completed in 45 milliseconds

123456789