Home
last modified time | relevance | path

Searched refs:is_object (Results 1 – 25 of 75) sorted by path

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/Zend/tests/
H A Dbug39721.phpt17 if (is_object($foo)) {
/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/date/tests/
H A Dbug67118.phpt11 if (!empty($tz) && !is_object($tz)) {
/PHP-5.5/ext/imap/tests/
H A Dimap_fetchstructure_basic.phpt37 var_dump(is_object($z->parameters));
/PHP-5.5/ext/intl/tests/
H A Dcollator_create.phpt32 if( !is_object($coll) )
H A Dcollator_create2.phpt33 if( !is_object($coll) )
H A Dcollator_create3.phpt33 if( !is_object($coll) )
H A Dcollator_create4.phpt32 if( !is_object($coll) )
/PHP-5.5/ext/mysqli/tests/
H A D067.phpt23 if (!is_object($stmt = $mysql->prepare($query))) {
H A Dbug44897.phpt50 if (!is_object($stmt2)) {
H A Dbug51647.phpt41 if (!is_object($link = mysqli_init()))
H A Dmysqli_change_user_set_names.phpt148 if (!is_object($charset = mysqli_get_charset($link)))
H A Dmysqli_class_mysqli_result_interface.phpt113 if (!is_object($res = new mysqli_result($link)))
122 if (!is_object($res = new mysqli_result($link)))
125 if (!is_object($res = new mysqli_result($link, MYSQLI_STORE_RESULT)))
128 if (!is_object($res = new mysqli_result($link, MYSQLI_USE_RESULT)))
131 if (!is_object($res = new mysqli_result($link, 'invalid')))
141 if (!is_object($res = new mysqli_result($link, $mode)))
149 if (!is_object($res = new mysqli_result('foo')))
152 if (!is_object($res = @new mysqli_result($link, MYSQLI_STORE_RESULT, 1)))
H A Dmysqli_class_mysqli_stmt_interface.phpt133 if (!is_object($stmt = new mysqli_stmt($link, $obj)))
H A Dmysqli_connect.phpt71 if (!is_object($link = mysqli_connect($host, $user, $passwd, $db, $port))) {
82 if (!is_object($link = mysqli_connect($host, $user, $passwd, $db))) {
93 if (!is_object($link = mysqli_connect($host, $user))) {
104 if (!is_object($link = mysqli_connect($host))) {
115 if (!is_object($link = mysqli_connect())) {
127 if (!is_object($link = mysqli_connect())) {
143 if (is_object($link = @mysqli_connect())) {
H A Dmysqli_connect_oo.phpt27 …if (!is_object($mysqli = new mysqli($host, $user, $passwd, $db, $port)) || (0 !== mysqli_connect_e…
34 …if (!is_object($mysqli = new mysqli($host, $user, $passwd, $db)) || (0 !== mysqli_connect_errno())…
41 if (!is_object($mysqli = new mysqli($host, $user)) || (0 !== mysqli_connect_errno())) {
48 if (!is_object($mysqli = new mysqli($host)) || (0 !== mysqli_connect_errno())) {
55 if (!is_object($mysqli = new mysqli()) || (0 !== mysqli_connect_errno())) {
70 if (!is_object($mysqli = new mysqli())) {
H A Dmysqli_connect_oo_warnings.phpt21 if (!is_object($mysqli = new mysqli($myhost)) || ('mysqli' !== get_class($mysqli)))
22 …printf("[001] Expecting NULL, got %s/%s\n", gettype($mysqli), (is_object($mysqli)) ? var_export($m…
25 if (!is_object($mysqli = @new mysqli($myhost)) || ('mysqli' !== get_class($mysqli)))
26 …printf("[002] Expecting NULL, got %s/%s\n", gettype($mysqli), (is_object($mysqli)) ? var_export($m…
H A Dmysqli_driver.phpt13 if (!is_object($driver = new mysqli_driver()))
H A Dmysqli_fetch_field_flags.phpt133 if (!is_object($field)) {
H A Dmysqli_fetch_field_types.phpt44 if (!is_object($field = mysqli_fetch_field($res))) {
H A Dmysqli_get_charset.phpt70 if (!is_object($charset = mysqli_get_charset($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)))
H A Dmysqli_get_warnings.phpt33 …printf("[004] Expecting boolean/false, got %s/%s\n", gettype($tmp), (is_object($tmp) ? var_dump($t…
45 if (!is_object($warning = mysqli_get_warnings($link)) || 'mysqli_warning' != get_class($warning)) {
46 …printf("[008] Expecting object/mysqli_warning, got %s/%s\n", gettype($tmp), (is_object($tmp) ? var…
74 if (!is_object($warning = mysqli_get_warnings($link)) || 'mysqli_warning' != get_class($warning)) {
75 …printf("[017] Expecting object/mysqli_warning, got %s/%s\n", gettype($tmp), (is_object($tmp) ? var…
96 if (!is_object($warning = new mysqli_warning($mysqli)))
H A Dmysqli_init.phpt13 if (!is_object($link) && false !== $link)
16 if (is_object($link) && 'mysqli' != get_class($link))

Completed in 39 milliseconds

123