Home
last modified time | relevance | path

Searched refs:ctor_params (Results 1 – 6 of 6) sorted by relevance

/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_fetch_object_no_constructor.phpt61 …eption: Class mysqli_fetch_object_test does not have a constructor hence you cannot use ctor_params
H A Dmysqli_fetch_object.phpt155 Parameter ctor_params must be an array
/PHP-5.3/ext/mysqli/
H A Dmysqli.c1093 zval *ctor_params = NULL; in php_mysqli_fetch_into_hash() local
1107 …&mysql_result, mysqli_result_class_entry, &class_name, &class_name_len, &ctor_params) == FAILURE) { in php_mysqli_fetch_into_hash()
1278 if (ctor_params && Z_TYPE_P(ctor_params) != IS_NULL) { in php_mysqli_fetch_into_hash()
1279 if (Z_TYPE_P(ctor_params) == IS_ARRAY) { in php_mysqli_fetch_into_hash()
1280 HashTable *params_ht = Z_ARRVAL_P(ctor_params); in php_mysqli_fetch_into_hash()
1322 } else if (ctor_params) { in php_mysqli_fetch_into_hash()
/PHP-5.3/ext/mysql/
H A Dphp_mysql.c210 ZEND_ARG_INFO(0, ctor_params)
2020 zval *res, *ctor_params = NULL; local
2034 …(ZEND_NUM_ARGS() TSRMLS_CC, "z|sz", &res, &class_name, &class_name_len, &ctor_params) == FAILURE) {
2134 if (ctor_params && Z_TYPE_P(ctor_params) != IS_NULL) {
2135 if (Z_TYPE_P(ctor_params) == IS_ARRAY) {
2136 HashTable *htl = Z_ARRVAL_P(ctor_params);
2178 } else if (ctor_params) {
/PHP-5.3/ext/sqlite/
H A Dsqlite.c276 ZEND_ARG_INFO(0, ctor_params)
282 ZEND_ARG_INFO(0, ctor_params)
2380 zval *ctor_params = NULL; in PHP_FUNCTION() local
2385 …ters(ZEND_NUM_ARGS() TSRMLS_CC, "|szb", &class_name, &class_name_len, &ctor_params, &decode_binary… in PHP_FUNCTION()
2396 …D_NUM_ARGS() TSRMLS_CC, "r|szb", &zres, &class_name, &class_name_len, &ctor_params, &decode_binary… in PHP_FUNCTION()
2433 if (ctor_params && Z_TYPE_P(ctor_params) != IS_NULL) { in PHP_FUNCTION()
2434 if (Z_TYPE_P(ctor_params) == IS_ARRAY) { in PHP_FUNCTION()
2435 HashTable *ht = Z_ARRVAL_P(ctor_params); in PHP_FUNCTION()
2477 } else if (ctor_params && Z_TYPE_P(ctor_params) != IS_NULL) { in PHP_FUNCTION()
/PHP-5.3/ext/pgsql/
H A Dpgsql.c263 ZEND_ARG_INFO(0, ctor_params)
2425 zval *ctor_params = NULL; local
2432 …GS() TSRMLS_CC, "r|z!sz", &result, &zrow, &class_name, &class_name_len, &ctor_params) == FAILURE) {
2542 if (ctor_params && Z_TYPE_P(ctor_params) != IS_NULL) {
2543 if (Z_TYPE_P(ctor_params) == IS_ARRAY) {
2544 HashTable *ht = Z_ARRVAL_P(ctor_params);
2586 } else if (ctor_params) {

Completed in 57 milliseconds