Home
last modified time | relevance | path

Searched refs:obj (Results 476 – 487 of 487) sorted by relevance

1...<<11121314151617181920

/PHP-7.1/Zend/
H A Dzend_types.h107 zend_object *obj; member
537 #define Z_OBJ(zval) (zval).value.obj
H A Dzend_API.h393 ZEND_API void zend_merge_properties(zval *obj, HashTable *properties);
/PHP-7.1/ext/openssl/
H A Dopenssl.c840 ASN1_OBJECT * obj; in add_assoc_name_entry() local
854 obj = X509_NAME_ENTRY_get_object(ne); in add_assoc_name_entry()
855 nid = OBJ_obj2nid(obj); in add_assoc_name_entry()
4797 ASN1_OBJECT *obj; in PHP_FUNCTION() local
4820 obj = OBJ_nid2obj(nid); in PHP_FUNCTION()
4821 if (obj != NULL) { in PHP_FUNCTION()
4822 int oir_len = OBJ_obj2txt(oir_buf, sizeof(oir_buf), obj, 1); in PHP_FUNCTION()
4824 ASN1_OBJECT_free(obj); in PHP_FUNCTION()
/PHP-7.1/ext/xmlwriter/
H A Dphp_xmlwriter.c112 ze_xmlwriter_object *obj = Z_XMLWRITER_P(object); \
113 intern = obj->xmlwriter_ptr; \
/PHP-7.1/win32/
H A Dinstall.txt712 important lines in obj.conf and allow the web server to handle
738 * Edit magnus.conf (for servers >= 6) or obj.conf (for servers < 6)
749 * Configure the default object in obj.conf (for virtual server
750 classes [Sun Web Server 6.0+] in their vserver.obj.conf): In the
813 similar. Add the following line to the object in obj.conf for every
826 in obj.conf with the following:
852 php7_init in magnus.conf/obj.conf:
/PHP-7.1/ext/standard/
H A Dbasic_functions.c5047 zval *obj, *method; local
5052 && (obj = zend_hash_index_find(Z_ARRVAL_P(function), 0)) != NULL
5054 && Z_TYPE_P(obj) == IS_OBJECT
5056 …G, "Unable to call %s::%s() - function does not exist", ZSTR_VAL(Z_OBJCE_P(obj)->name), Z_STRVAL_P…
/PHP-7.1/ext/phar/
H A Dphar_object.c1888 zval *obj; in PHP_METHOD() local
1902 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "O|s", &obj, zend_ce_traversable, &base, &base_len) == … in PHP_METHOD()
1917 pass.c = Z_OBJCE_P(obj); in PHP_METHOD()
1929 if (SUCCESS == spl_iterator_apply(obj, (spl_iterator_apply_func_t) phar_build, (void *) &pass)) { in PHP_METHOD()
/PHP-7.1/
H A DINSTALL478 2. Edit magnus.conf (for servers >= 6) or obj.conf (for servers < 6)
489 3. Configure the default object in obj.conf (for virtual server
490 classes [version 6.0+] in their vserver.obj.conf):
578 similar. Add the following line to the object in obj.conf for every
591 in obj.conf with the following:
/PHP-7.1/Zend/tests/
H A D019.phpt232 // dump the object to see that obj was not harmed
/PHP-7.1/ext/mbstring/oniguruma/
H A DHISTORY1837 2003/01/30: [bug] .c.o --> .c.obj in win32\Makefile.
/PHP-7.1/ext/fileinfo/tests/
H A Dmagic10791 0 beshort 0x01df executable (RISC System/6000 V3.1) or obj module
10794 #0 beshort 0x0103 executable (RT Version 2) or obj module
H A Dmagic私はガラスを食べられます10791 0 beshort 0x01df executable (RISC System/6000 V3.1) or obj module
10794 #0 beshort 0x0103 executable (RT Version 2) or obj module

Completed in 171 milliseconds

1...<<11121314151617181920