Searched refs:zend_read_property (Results 1 – 10 of 10) sorted by relevance
/PHP-8.3/ext/mysqli/ |
H A D | mysqli_exception.c | 74 …prop = zend_read_property(mysqli_exception_class_entry, Z_OBJ_P(ZEND_THIS), "sqlstate", sizeof("sq… in PHP_METHOD()
|
/PHP-8.3/ext/curl/ |
H A D | curl_file.c | 73 res = zend_read_property(curl_CURLFile_class, Z_OBJ_P(ZEND_THIS), name, name_len, 1, &rv); in curlfile_get_property()
|
H A D | interface.c | 1449 …prop = zend_read_property(curl_CURLFile_class, Z_OBJ_P(current), "mime", sizeof("mime")-1, 0, &rv); in build_mime_structure_from_hash() 1454 …prop = zend_read_property(curl_CURLFile_class, Z_OBJ_P(current), "postname", sizeof("postname")-1,… in build_mime_structure_from_hash() 1512 …prop = zend_read_property(curl_CURLStringFile_class, Z_OBJ_P(current), "postname", sizeof("postnam… in build_mime_structure_from_hash() 1522 …prop = zend_read_property(curl_CURLStringFile_class, Z_OBJ_P(current), "mime", sizeof("mime")-1, 0… in build_mime_structure_from_hash() 1532 …prop = zend_read_property(curl_CURLStringFile_class, Z_OBJ_P(current), "data", sizeof("data")-1, 0… in build_mime_structure_from_hash()
|
/PHP-8.3/ext/random/ |
H A D | randomizer.c | 506 …zengine = zend_read_property(randomizer->std.ce, &randomizer->std, "engine", strlen("engine"), 1, … in PHP_METHOD()
|
/PHP-8.3/ext/com_dotnet/ |
H A D | com_wrapper.c | 279 …retval = zend_read_property(Z_OBJCE(disp->object), Z_OBJ(disp->object), Z_STRVAL_P(name), Z_STRLEN… in disp_invokeex()
|
/PHP-8.3/ext/soap/ |
H A D | soap.c | 608 …faultcode = zend_read_property(soap_fault_class_entry, Z_OBJ_P(this_ptr), "faultcode", sizeof("fau… in PHP_METHOD() 609 …faultstring = zend_read_property(soap_fault_class_entry, Z_OBJ_P(this_ptr), "faultstring", sizeof(… in PHP_METHOD()
|
H A D | php_encoding.c | 1205 zval *data = zend_read_property(Z_OBJCE_P(object), Z_OBJ_P(object), name, strlen(name), 1, rv); in get_zval_property()
|
/PHP-8.3/ext/spl/ |
H A D | spl_iterators.c | 1905 …zval *replacement = zend_read_property(intern->std.ce, Z_OBJ_P(ZEND_THIS), "replacement", sizeof("… in PHP_METHOD()
|
/PHP-8.3/Zend/ |
H A D | zend_API.h | 511 ZEND_API zval *zend_read_property(zend_class_entry *scope, zend_object *object, const char *name, s…
|
H A D | zend_API.c | 4985 ZEND_API zval *zend_read_property(zend_class_entry *scope, zend_object *object, const char *name, s… in zend_read_property() function
|
Completed in 111 milliseconds