Home
last modified time | relevance | path

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

/PHP-5.5/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.phpt154 Parameter ctor_params must be an array
/PHP-5.5/ext/mysqli/
H A Dmysqli.c1239 zval *ctor_params = NULL; in php_mysqli_fetch_into_hash() local
1246 …&mysql_result, mysqli_result_class_entry, &class_name, &class_name_len, &ctor_params) == FAILURE) { in php_mysqli_fetch_into_hash()
1297 if (ctor_params && Z_TYPE_P(ctor_params) != IS_NULL) { in php_mysqli_fetch_into_hash()
1298 if (Z_TYPE_P(ctor_params) == IS_ARRAY) { in php_mysqli_fetch_into_hash()
1299 HashTable *params_ht = Z_ARRVAL_P(ctor_params); in php_mysqli_fetch_into_hash()
1341 } else if (ctor_params) { in php_mysqli_fetch_into_hash()
/PHP-5.5/ext/mysql/
H A Dphp_mysql.c210 ZEND_ARG_INFO(0, ctor_params)
2058 zval *res, *ctor_params = NULL; local
2072 …(ZEND_NUM_ARGS() TSRMLS_CC, "z|sz", &res, &class_name, &class_name_len, &ctor_params) == FAILURE) {
2176 if (ctor_params && Z_TYPE_P(ctor_params) != IS_NULL) {
2177 if (Z_TYPE_P(ctor_params) == IS_ARRAY) {
2178 HashTable *htl = Z_ARRVAL_P(ctor_params);
2220 } else if (ctor_params) {
/PHP-5.5/ext/mysql/tests/
H A Dmysql_reflection_functions.phpt135 Parameter #2 [ <optional> $ctor_params ]
/PHP-5.5/ext/pgsql/
H A Dpgsql.c269 ZEND_ARG_INFO(0, ctor_params)
2574 zval *ctor_params = NULL; local
2581 …GS() TSRMLS_CC, "r|z!sz", &result, &zrow, &class_name, &class_name_len, &ctor_params) == FAILURE) {
2687 if (ctor_params && Z_TYPE_P(ctor_params) != IS_NULL) {
2688 if (Z_TYPE_P(ctor_params) == IS_ARRAY) {
2689 HashTable *ht = Z_ARRVAL_P(ctor_params);
2731 } else if (ctor_params) {

Completed in 32 milliseconds