Home
last modified time | relevance | path

Searched refs:is_object (Results 101 – 112 of 112) sorted by relevance

12345

/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native.phpt42 if (!is_object($stmt))
/php-src/ext/mysqli/tests/
H A Dmysqli_fetch_field_flags.phpt126 if (!is_object($field)) {
H A Dmysqli_get_client_stats.phpt862 if (!is_object($res = mysqli_use_result($link)))
879 if (!is_object($res = mysqli_store_result($link)))
/php-src/Zend/tests/type_declarations/union_types/
H A Dtype_checking_weak.phpt7 if (is_object($value)) {
H A Dtype_checking_strict.phpt9 if (is_object($value)) {
/php-src/ext/mysqli/tests/fetch/
H A Dmysqli_fetch_all_data_types_variation.phpt211 if (!is_object($result)) {
/php-src/ext/zend_test/
H A Dtest_arginfo.h307 static ZEND_METHOD(_ZendTestClass, is_object);
456 …ZEND_ME(_ZendTestClass, is_object, arginfo_class__ZendTestClass_is_object, ZEND_ACC_PUBLIC|ZEND_AC…
H A Dtest.c903 static ZEND_METHOD(_ZendTestClass, is_object) in ZEND_METHOD() argument
/php-src/Zend/
H A Dzend.c378 static void print_hash(smart_str *buf, HashTable *ht, int indent, bool is_object) /* {{{ */ in print_hash() argument
396 if (is_object) { in print_hash()
/php-src/ext/standard/
H A Dbasic_functions.stub.php3687 function is_object(mixed $value): bool {}
H A Dbasic_functions_arginfo.h2904 ZEND_FUNCTION(is_object);
/php-src/ext/reflection/
H A Dphp_reflection.c4080 static void reflection_class_object_ctor(INTERNAL_FUNCTION_PARAMETERS, int is_object) in reflection_class_object_ctor() argument
4088 if (is_object) { in reflection_class_object_ctor()
4104 if (is_object) { in reflection_class_object_ctor()

Completed in 138 milliseconds

12345