Home
last modified time | relevance | path

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

12345

/PHP-7.2/ext/intl/timezone/
H A Dtimezone_class.h47 static inline TimeZone_object *php_intl_timezone_fetch_object(zend_object *obj) { in php_intl_timezone_fetch_object()
/PHP-7.2/ext/intl/breakiterator/
H A Dbreakiterator_class.h44 static inline BreakIterator_object *php_intl_breakiterator_fetch_object(zend_object *obj) { in php_intl_breakiterator_fetch_object()
/PHP-7.2/ext/xmlreader/
H A Dphp_xmlreader.h54 static inline xmlreader_object *php_xmlreader_fetch_object(zend_object *obj) { in php_xmlreader_fetch_object()
H A Dphp_xmlreader.c73 static int xmlreader_property_reader(xmlreader_object *obj, xmlreader_prop_handler *hnd, zval *rv) in xmlreader_property_reader()
118 xmlreader_object *obj; in xmlreader_get_property_ptr_ptr() local
153 xmlreader_object *obj; in xmlreader_read_property() local
193 xmlreader_object *obj; in xmlreader_write_property() local
/PHP-7.2/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.2/ext/spl/
H A Dspl_heap.c85 static inline spl_heap_object *spl_heap_from_obj(zend_object *obj) /* {{{ */ { in spl_heap_from_obj()
480 static HashTable* spl_heap_object_get_debug_info_helper(zend_class_entry *ce, zval *obj, int *is_te… in spl_heap_object_get_debug_info_helper()
524 static HashTable *spl_heap_object_get_gc(zval *obj, zval **gc_data, int *gc_data_count) /* {{{ */ in spl_heap_object_get_gc()
534 static HashTable* spl_heap_object_get_debug_info(zval *obj, int *is_temp) /* {{{ */ in spl_heap_object_get_debug_info()
540 static HashTable* spl_pqueue_object_get_debug_info(zval *obj, int *is_temp) /* {{{ */ in spl_pqueue_object_get_debug_info()
H A Dspl_directory.h107 static inline spl_filesystem_object *spl_filesystem_from_obj(zend_object *obj) /* {{{ */ { in spl_filesystem_from_obj()
114 static inline spl_filesystem_iterator* spl_filesystem_object_to_iterator(spl_filesystem_object *obj) in spl_filesystem_object_to_iterator()
/PHP-7.2/Zend/
H A Dzend_variables.c54 zend_object *obj = (zend_object*)p; in _zval_dtor_func() local
H A Dzend_objects.c84 zval obj; in zend_objects_destroy_object() local
H A Dzend_exceptions.c204 zval obj, tmp; in zend_default_exception_new_ex() local
928 zend_object *obj; in zend_throw_exception_ex() local
942 zend_object *obj = zend_throw_exception(exception_ce, message, code); in zend_throw_error_exception() local
/PHP-7.2/ext/dom/
H A Dtext.c101 int dom_text_whole_text_read(dom_object *obj, zval *retval) in dom_text_whole_text_read()
H A Dnamednodemap.c90 int dom_namednodemap_length_read(dom_object *obj, zval *retval) in dom_namednodemap_length_read()
H A Dphp_dom.h77 static inline dom_xpath_object *php_xpath_obj_from_obj(zend_object *obj) { in php_xpath_obj_from_obj()
/PHP-7.2/ext/com_dotnet/
H A Dcom_persist.c652 php_com_dotnet_object *obj = NULL; in CPH_METHOD() local
695 static void helper_free_storage(zend_object *obj) in helper_free_storage()
715 static zend_object* helper_clone(zval *obj) in helper_clone()
H A Dphp_com_dotnet_internal.h68 #define CDNO_FETCH_VERIFY(obj, zv) do { \ argument
H A Dcom_iterator.c139 php_com_dotnet_object *obj; in php_com_iter_get() local
H A Dcom_dotnet.c189 php_com_dotnet_object *obj; in PHP_FUNCTION() local
H A Dcom_wrapper.c298 php_com_dotnet_object *obj = CDNO_FETCH(&params[i]); in disp_invokeex() local
630 php_com_dotnet_object *obj = CDNO_FETCH(val); in php_com_wrapper_export() local
/PHP-7.2/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.2/ext/intl/converter/
H A Dconverter.c32 zend_object obj; member
36 static inline php_converter_object *php_converter_fetch_object(zend_object *obj) { in php_converter_fetch_object()
45 #define THROW_UFAILURE(obj, fname, error) php_converter_throw_failure(obj, error, \ argument
1004 static void php_converter_dtor_object(zend_object *obj) { in php_converter_dtor_object()
/PHP-7.2/ext/zip/
H A Dphp_zip.h71 static inline ze_zip_object *php_zip_fetch_object(zend_object *obj) { in php_zip_fetch_object()
H A Dphp_zip.c457 static char * php_zipobj_get_filename(ze_zip_object *obj) /* {{{ */ in php_zipobj_get_filename()
815 static zval *php_zip_property_reader(ze_zip_object *obj, zip_prop_handler *hnd, zval *rv) /* {{{ */ in php_zip_property_reader()
865 ze_zip_object *obj; in php_zip_get_property_ptr_ptr() local
899 ze_zip_object *obj; in php_zip_read_property() local
938 ze_zip_object *obj; in php_zip_has_property() local
994 ze_zip_object *obj; in php_zip_get_properties() local
2898 ze_zip_object *obj; in ZIPARCHIVE_METHOD() local
/PHP-7.2/ext/hash/
H A Dphp_hash.h61 static inline php_hashcontext_object *php_hashcontext_from_object(zend_object *obj) { in php_hashcontext_from_object()
/PHP-7.2/ext/xsl/
H A Dxsltprocessor.c185 xmlXPathObjectPtr obj; in xsl_ext_function_php() local
344 dom_object *obj; in xsl_ext_function_php() local
/PHP-7.2/ext/pdo_oci/
H A Doci_statement.c690 zend_object *obj = &stmt->std; in oci_blob_close() local
751 zend_object *obj; in oci_create_lob_stream() local

Completed in 88 milliseconds

12345