Home
last modified time | relevance | path

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

123

/PHP-5.5/Zend/RFCs/
H A D003.txt39 is_array and is_object should give developers all the information they
/PHP-5.5/ext/pdo_mysql/tests/
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-5.5/ext/mysqli/tests/
H A Dbug44897.phpt50 if (!is_object($stmt2)) {
H A Dmysqli_fetch_field_types.phpt44 if (!is_object($field = mysqli_fetch_field($res))) {
H A Dmysqli_stmt_get_warnings.phpt62 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_poll.phpt68 if (is_object($res)) {
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)))
H A Dmysqli_class_mysqli_stmt_interface.phpt133 if (!is_object($stmt = new mysqli_stmt($link, $obj)))
H A Dmysqli_poll_mixing_insert_select.phpt94 if (is_object($res = mysqli_reap_async_query($link))) {
H A Dmysqli_fetch_field_flags.phpt133 if (!is_object($field)) {
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-5.5/ext/oci8/tests/
H A Dlob_null.phpt156 if (is_object($arr['DATA'])) {
173 if (is_object($lob)) {
/PHP-5.5/ext/standard/
H A Dtype.c306 PHP_FUNCTION(is_object) in PHP_FUNCTION() argument
H A Dbasic_functions.c3080 PHP_FE(is_object, arginfo_is_object)
/PHP-5.5/ext/standard/tests/serialize/
H A Dserialization_objects_005.phpt25 var_dump(is_object($complete));
45 var_dump(is_object($incomplete));
/PHP-5.5/ext/spl/internal/
H A Dcachingiterator.inc75 if (is_object($this->current)) {
/PHP-5.5/ext/reflection/tests/
H A Dproperty_exists.phpt67 if (is_object($p1)) {
/PHP-5.5/Zend/
H A Dzend.c133 static void print_hash(zend_write_func_t write_func, HashTable *ht, int indent, zend_bool is_object in print_hash()
155 if (is_object) { in print_hash()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c3288 static void reflection_class_object_ctor(INTERNAL_FUNCTION_PARAMETERS, int is_object) in reflection_class_object_ctor() argument
3296 if (is_object) { in reflection_class_object_ctor()
3317 if (is_object) { in reflection_class_object_ctor()

Completed in 87 milliseconds

123