Home
last modified time | relevance | path

Searched refs:zend_read_property (Results 1 – 10 of 10) sorted by relevance

/PHP-8.3/ext/mysqli/
H A Dmysqli_exception.c74 …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 Dcurl_file.c73 res = zend_read_property(curl_CURLFile_class, Z_OBJ_P(ZEND_THIS), name, name_len, 1, &rv); in curlfile_get_property()
H A Dinterface.c1449 …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 Drandomizer.c506 …zengine = zend_read_property(randomizer->std.ce, &randomizer->std, "engine", strlen("engine"), 1, … in PHP_METHOD()
/PHP-8.3/ext/com_dotnet/
H A Dcom_wrapper.c279 …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 Dsoap.c608 …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 Dphp_encoding.c1205 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 Dspl_iterators.c1905 …zval *replacement = zend_read_property(intern->std.ce, Z_OBJ_P(ZEND_THIS), "replacement", sizeof("… in PHP_METHOD()
/PHP-8.3/Zend/
H A Dzend_API.h511 ZEND_API zval *zend_read_property(zend_class_entry *scope, zend_object *object, const char *name, s…
H A Dzend_API.c4985 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