Home
last modified time | relevance | path

Searched refs:is_object (Results 76 – 84 of 84) sorted by relevance

1234

/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_class_mysqli_stmt_interface.phpt133 if (!is_object($stmt = new mysqli_stmt($link, $obj)))
H A Dmysqli_poll.phpt75 if (is_object($res)) {
H A Dmysqli_poll_mixing_insert_select.phpt98 if (is_object($res = mysqli_reap_async_query($link))) {
H A Dmysqli_fetch_field_flags.phpt136 if (!is_object($field)) {
H A Dmysqli_fetch_all.phpt311 if (!is_object($res = mysqli_use_result($link)))
H A Dmysqli_get_client_stats.phpt881 if (!is_object($res = mysqli_use_result($link)))
898 if (!is_object($res = mysqli_store_result($link)))
/PHP-7.1/Zend/
H A Dzend.c165 static void print_hash(smart_str *buf, HashTable *ht, int indent, zend_bool is_object) /* {{{ */ in print_hash() argument
183 if (is_object) { in print_hash()
/PHP-7.1/ext/reflection/
H A Dphp_reflection.c3870 static void reflection_class_object_ctor(INTERNAL_FUNCTION_PARAMETERS, int is_object) in reflection_class_object_ctor() argument
3878 if (is_object) { in reflection_class_object_ctor()
3895 if (is_object) { in reflection_class_object_ctor()
/PHP-7.1/ext/standard/
H A Dbasic_functions.c3078 PHP_FE(is_object, arginfo_is_object)

Completed in 49 milliseconds

1234