Home
last modified time | relevance | path

Searched defs:obj (Results 51 – 75 of 115) sorted by relevance

12345

/PHP-7.4/ext/dom/
H A Dnodelist.c59 int dom_nodelist_length_read(dom_object *obj, zval *retval) in dom_nodelist_length_read()
H A Dtext.c97 int dom_text_whole_text_read(dom_object *obj, zval *retval) in dom_text_whole_text_read()
H A Dnamednodemap.c88 int dom_namednodemap_length_read(dom_object *obj, zval *retval) in dom_namednodemap_length_read()
H A Dphp_dom.h75 static inline dom_xpath_object *php_xpath_obj_from_obj(zend_object *obj) { in php_xpath_obj_from_obj()
/PHP-7.4/ext/intl/breakiterator/
H A Dbreakiterator_class.h46 static inline BreakIterator_object *php_intl_breakiterator_fetch_object(zend_object *obj) { in php_intl_breakiterator_fetch_object()
/PHP-7.4/ext/intl/timezone/
H A Dtimezone_class.h49 static inline TimeZone_object *php_intl_timezone_fetch_object(zend_object *obj) { in php_intl_timezone_fetch_object()
/PHP-7.4/ext/intl/spoofchecker/
H A Dspoofchecker_class.h39 static inline Spoofchecker_object *php_intl_spoofchecker_fetch_object(zend_object *obj) { in php_intl_spoofchecker_fetch_object()
/PHP-7.4/ext/com_dotnet/
H A Dcom_persist.c641 php_com_dotnet_object *obj = NULL; in CPH_METHOD() local
684 static void helper_free_storage(zend_object *obj) in helper_free_storage()
704 static zend_object* helper_clone(zval *obj) in helper_clone()
H A Dphp_com_dotnet_internal.h62 #define CDNO_FETCH_VERIFY(obj, zv) do { \ argument
H A Dcom_iterator.c137 php_com_dotnet_object *obj; in php_com_iter_get() local
H A Dcom_dotnet.c187 php_com_dotnet_object *obj; in PHP_FUNCTION() local
H A Dcom_wrapper.c296 php_com_dotnet_object *obj = CDNO_FETCH(&params[i]); in disp_invokeex() local
628 php_com_dotnet_object *obj = CDNO_FETCH(val); in php_com_wrapper_export() local
/PHP-7.4/ext/intl/common/
H A Dcommon_enum.h57 static inline IntlIterator_object *php_intl_iterator_fetch_object(zend_object *obj) { in php_intl_iterator_fetch_object()
/PHP-7.4/ext/intl/converter/
H A Dconverter.c34 zend_object obj; member
38 static inline php_converter_object *php_converter_fetch_object(zend_object *obj) { in php_converter_fetch_object()
47 #define THROW_UFAILURE(obj, fname, error) php_converter_throw_failure(obj, error, \ argument
1012 static void php_converter_dtor_object(zend_object *obj) { in php_converter_dtor_object()
/PHP-7.4/ext/xmlreader/
H A Dphp_xmlreader.c74 static int xmlreader_property_reader(xmlreader_object *obj, xmlreader_prop_handler *hnd, zval *rv) in xmlreader_property_reader()
119 xmlreader_object *obj; in xmlreader_get_property_ptr_ptr() local
154 xmlreader_object *obj; in xmlreader_read_property() local
194 xmlreader_object *obj; in xmlreader_write_property() local
/PHP-7.4/ext/spl/
H A Dspl_directory.h105 static inline spl_filesystem_object *spl_filesystem_from_obj(zend_object *obj) /* {{{ */ { in spl_filesystem_from_obj()
112 static inline spl_filesystem_iterator* spl_filesystem_object_to_iterator(spl_filesystem_object *obj) in spl_filesystem_object_to_iterator()
H A Dspl_heap.c89 static inline spl_heap_object *spl_heap_from_obj(zend_object *obj) /* {{{ */ { in spl_heap_from_obj()
508 static inline HashTable* spl_heap_object_get_debug_info(zend_class_entry *ce, zval *obj) { /* {{{ */ in spl_heap_object_get_debug_info()
555 static HashTable *spl_heap_object_get_gc(zval *obj, zval **gc_data, int *gc_data_count) /* {{{ */ in spl_heap_object_get_gc()
565 static HashTable *spl_pqueue_object_get_gc(zval *obj, zval **gc_data, int *gc_data_count) /* {{{ */ in spl_pqueue_object_get_gc()
H A Dspl_fixedarray.c74 static inline spl_fixedarray_object *spl_fixed_array_from_obj(zend_object *obj) /* {{{ */ { in spl_fixed_array_from_obj()
149 static HashTable* spl_fixedarray_object_get_gc(zval *obj, zval **table, int *n) /* {{{{ */ in spl_fixedarray_object_get_gc()
161 static HashTable* spl_fixedarray_object_get_properties(zval *obj) /* {{{{ */ in spl_fixedarray_object_get_properties()
/PHP-7.4/ext/zip/
H A Dphp_zip.h67 static inline ze_zip_object *php_zip_fetch_object(zend_object *obj) { in php_zip_fetch_object()
H A Dphp_zip.c456 static char * php_zipobj_get_filename(ze_zip_object *obj) /* {{{ */ in php_zipobj_get_filename()
823 static zval *php_zip_property_reader(ze_zip_object *obj, zip_prop_handler *hnd, zval *rv) /* {{{ */ in php_zip_property_reader()
873 ze_zip_object *obj; in php_zip_get_property_ptr_ptr() local
908 ze_zip_object *obj; in php_zip_read_property() local
948 ze_zip_object *obj; in php_zip_has_property() local
1005 ze_zip_object *obj; in php_zip_get_properties() local
2784 ze_zip_object *obj; local
/PHP-7.4/Zend/
H A Dzend_builtin_functions.c957 zval *obj = NULL; in ZEND_FUNCTION() local
1037 zval *obj; in is_a_impl() local
1182 zval *obj; in ZEND_FUNCTION() local
1254 zval *obj; in ZEND_FUNCTION() local
1382 zend_object *obj = Z_OBJ_P(klass); in ZEND_FUNCTION() local
H A Dzend_exceptions.c211 zval obj, tmp; in zend_default_exception_new_ex() local
941 zend_object *obj; in zend_throw_exception_ex() local
955 zend_object *obj = zend_throw_exception(exception_ce, message, code); in zend_throw_error_exception() local
/PHP-7.4/ext/hash/
H A Dphp_hash.h59 static inline php_hashcontext_object *php_hashcontext_from_object(zend_object *obj) { in php_hashcontext_from_object()
/PHP-7.4/ext/snmp/
H A Dphp_snmp.h99 static inline php_snmp_object *php_snmp_fetch_object(zend_object *obj) { in php_snmp_fetch_object()
/PHP-7.4/ext/pdo_oci/
H A Doci_statement.c685 zend_object *obj = &stmt->std; in oci_blob_close() local
746 zend_object *obj; in oci_create_lob_stream() local

Completed in 68 milliseconds

12345