Home
last modified time | relevance | path

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

1234

/PHP-7.1/ext/intl/tests/
H A Dcollator_create3.phpt33 if( !is_object($coll) )
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_store_result.phpt27 if (!is_object($res = mysqli_store_result($link)))
H A Dmysqli_use_result.phpt27 if (!is_object($res = mysqli_use_result($link)))
H A D067.phpt23 if (!is_object($stmt = $mysql->prepare($query))) {
H A Dbug44897.phpt50 if (!is_object($stmt2)) {
H A Dmysqli_reap_async_query.phpt51 if (is_object($res)) {
H A Dmysqli_fetch_field_types.phpt44 if (!is_object($field = mysqli_fetch_field($res))) {
H A Dmysqli_stmt_get_warnings.phpt65 if (!is_object($warning = mysqli_stmt_get_warnings($stmt)))
H A Dmysqli_driver.phpt13 if (!is_object($driver = new mysqli_driver()))
H A Dmysqli_real_query.phpt38 if (!is_object($res = mysqli_use_result($link)))
H A Dmysqli_get_charset.phpt70 if (!is_object($charset = mysqli_get_charset($link)))
H A Dmysqli_stmt_get_result_seek.phpt25 if (!is_object($res = mysqli_stmt_get_result($stmt)) || 'mysqli_result' != get_class($res)) {
H A Dmysqli_change_user_set_names.phpt148 if (!is_object($charset = mysqli_get_charset($link)))
/PHP-7.1/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct.phpt22 (isset($db) && is_object($db)) ? $db->errorCode() : 'n/a',
23 (isset($db) && is_object($db)) ? implode(' ', $db->errorInfo()) : 'n/a');
289 (is_object($db)) ? $db->errorCode() : 'n/a',
290 (is_object($db)) ? implode(' ', $db->errorInfo()) : 'n/a');
H A Dpdo_mysql_prepare_native.phpt44 if (!is_object($stmt))
161 if (is_object(prepex(22, $db, 'CREATE FULLTEXT INDEX idx1 ON test(label)', null, null, true))) {
168 if (is_object($stmt)) {
272 if (is_object(prepex(53, $db, 'CREATE FULLTEXT INDEX idx1 ON test(label)', null, null, true))) {
H A Dpdo_mysql_stmt_fetchobject.phpt65 while (is_object($rows[] = $stmt->fetchObject('myclass', array($rowno++, $rowno))))
H A Dpdo_mysql_prepare_emulated.phpt154 if (is_object(prepex(29, $db, 'CREATE FULLTEXT INDEX idx1 ON test(label)'))) {
259 if (is_object(prepex(70, $db, 'CREATE FULLTEXT INDEX idx1 ON test(label)'))) {
311 if (is_object($stmt) && count(($tmp = $stmt->fetchAll(PDO::FETCH_ASSOC))) != 0)
/PHP-7.1/Zend/tests/
H A Dclosure_061.phpt85 $c = $r->getClosure(is_object($fn[0]) ? $fn[0] : null);
86 $fnStr = is_object($fn[0]) ? "(new " . get_class($fn[0]) . ")->$fn[1]" : "$fn[0]::$fn[1]";
/PHP-7.1/Zend/RFCs/
H A D003.txt39 is_array and is_object should give developers all the information they
/PHP-7.1/ext/oci8/tests/
H A Dlob_null.phpt156 if (is_object($arr['DATA'])) {
173 if (is_object($lob)) {
/PHP-7.1/ext/standard/tests/serialize/
H A Dserialization_objects_005.phpt25 var_dump(is_object($complete));
45 var_dump(is_object($incomplete));
/PHP-7.1/ext/reflection/tests/
H A DReflectionClassConstant_basic1.phpt9 $class = is_object($base) ? get_class($base) : $base;
H A Dproperty_exists.phpt67 if (is_object($p1)) {
/PHP-7.1/ext/standard/
H A Dtype.c341 PHP_FUNCTION(is_object) in PHP_FUNCTION() argument
/PHP-7.1/ext/spl/internal/
H A Dcachingiterator.inc75 if (is_object($this->current)) {

Completed in 42 milliseconds

1234