Home
last modified time | relevance | path

Searched refs:Z_OBJCE_P (Results 51 – 64 of 64) sorted by relevance

123

/PHP-5.5/ext/session/
H A Dsession.c1789 …if (zend_hash_find(&Z_OBJCE_P(obj)->function_table, func_name, func_name_len, (void **)&current_mp…
1814 …if (zend_hash_find(&Z_OBJCE_P(obj)->function_table, func_name, func_name_len, (void **)&current_mp…
/PHP-5.5/ext/intl/converter/
H A Dconverter.c1081 zend_object_value retval = php_converter_object_ctor(Z_OBJCE_P(object), &objval TSRMLS_CC); in php_converter_clone_object()
/PHP-5.5/ext/wddx/
H A Dwddx.c1027 EG(scope) = Z_OBJCE_P(ent2->data); in php_wddx_pop_element()
/PHP-5.5/Zend/
H A Dzend.c289 …E_RECOVERABLE_ERROR, "Object of class %s could not be converted to string", Z_OBJCE_P(expr)->name); in zend_make_printable_zval()
/PHP-5.5/ext/pdo/
H A Dpdo_dbh.c491 fcc.called_scope = Z_OBJCE_P(object); in pdo_stmt_construct()
/PHP-5.5/main/streams/
H A Duserspace.c318 fcc.called_scope = Z_OBJCE_P(object); in user_stream_create_object()
/PHP-5.5/ext/dom/
H A Dphp_dom.c601 php_error(E_ERROR, "Trying to clone an uncloneable object of class %s", Z_OBJCE_P(zobject)->name); in dom_objects_store_clone_obj()
/PHP-5.5/ext/mysql/
H A Dphp_mysql.c2207 fcc.called_scope = Z_OBJCE_P(return_value);
/PHP-5.5/ext/sybase_ct/
H A Dphp_sybase_ct.c1857 ce = Z_OBJCE_P(object); in PHP_FUNCTION()
/PHP-5.5/ext/mysqli/
H A Dmysqli_api.c1556 if (!getThis() || !instanceof_function(Z_OBJCE_P(getThis()), mysqli_link_class_entry TSRMLS_CC)) {
/PHP-5.5/ext/simplexml/
H A Dsimplexml.c548 if (Z_OBJCE_P(value) == sxe_class_entry) { in sxe_prop_dim_write()
/PHP-5.5/ext/standard/
H A Darray.c335 …if (Z_OBJ_HT_P(array)->get_class_entry && instanceof_function(Z_OBJCE_P(array), spl_ce_Countable T… in PHP_FUNCTION()
/PHP-5.5/ext/date/
H A Dphp_date.c4439 dpobj->start_ce = Z_OBJCE_P(start); in PHP_METHOD()
/PHP-5.5/ext/pgsql/
H A Dpgsql.c2718 fcc.called_scope = Z_OBJCE_P(return_value);

Completed in 124 milliseconds

123