Home
last modified time | relevance | path

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

12345

/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native_myisam_index.phpt42 if (!is_object($stmt))
105 …if (is_object(prepex(5, $db, 'CREATE FULLTEXT INDEX idx1 ON test_prepare_native_myisam_index(label…
H A Dpdo_mysql___construct.phpt23 (isset($db) && is_object($db)) ? $db->errorCode() : 'n/a',
24 (isset($db) && is_object($db)) ? implode(' ', $db->errorInfo()) : 'n/a');
282 (is_object($db)) ? $db->errorCode() : 'n/a',
283 (is_object($db)) ? implode(' ', $db->errorInfo()) : 'n/a');
H A Dpdo_mysql_stmt_fetchobject.phpt70 while (is_object($rows[] = $stmt->fetchObject('myclass', array($rowno++, $rowno))))
H A Dpdo_mysql_prepare_native_anonymous_placeholder.phpt42 if (!is_object($stmt))
173 …if (is_object(prepex(23, $db, 'CREATE FULLTEXT INDEX idx1 ON test_prepare_native_anonymous_placeho…
H A Dpdo_mysql_prepare_emulated_myisam.phpt96 …if (is_object(prepex(5, $db, 'CREATE FULLTEXT INDEX idx1 ON test_prepare_emulated_myisam(label)'))…
H A Dpdo_mysql_prepare_native.phpt42 if (!is_object($stmt))
/php-src/ext/mysqli/tests/
H A Dbug44897.phpt46 if (!is_object($stmt2)) {
H A Dmysqli_stmt_get_warnings.phpt55 if (!is_object($warning = mysqli_stmt_get_warnings($stmt)))
H A Dmysqli_get_charset.phpt44 if (!is_object($charset = mysqli_get_charset($link)))
H A Dmysqli_real_query.phpt25 if (!is_object($res = mysqli_use_result($link)))
H A Dmysqli_poll.phpt60 if (is_object($res)) {
H A Dmysqli_stmt_get_result_seek.phpt22 if (!is_object($res = mysqli_stmt_get_result($stmt)) || 'mysqli_result' != get_class($res)) {
H A Dmysqli_fetch_field_types.phpt44 if (!is_object($field = mysqli_fetch_field($res))) {
H A Dmysqli_change_user_set_names.phpt125 if (!is_object($charset = mysqli_get_charset($link)))
H A Dmysqli_poll_mixing_insert_select.phpt94 if (is_object($res = mysqli_reap_async_query($link))) {
H A Dmysqli_fetch_field_flags.phpt126 if (!is_object($field)) {
H A Dmysqli_stmt_get_result.phpt40 if (is_object($tmp = mysqli_stmt_store_result($stmt)))
/php-src/ext/standard/tests/serialize/
H A Dserialization_objects_005.phpt14 var_dump(is_object($complete));
34 var_dump(is_object($incomplete));
/php-src/ext/zend_test/
H A Dtest.stub.php59 public static function is_object(): int {} function in _ZendTestClass
/php-src/ext/reflection/tests/
H A DReflectionClassConstant_basic1.phpt9 $class = is_object($base) ? get_class($base) : $base;
H A Dproperty_exists.phpt68 if (is_object($p1)) {
/php-src/ext/standard/
H A Dtype.c338 PHP_FUNCTION(is_object) in PHP_FUNCTION() argument
/php-src/ext/standard/tests/class_object/
H A Dget_class_methods_variation_001.phpt72 echo "\nArg value " . (is_object($value) ? get_class($value) : $value) . "\n";
H A Dget_parent_class_variation_002.phpt74 echo "\nArg value " . (is_object($value) ? get_class($value) : $value) . "\n";
/php-src/Zend/tests/type_declarations/union_types/
H A Dtype_checking_weak.phpt7 if (is_object($value)) {

Completed in 31 milliseconds

12345