Home
last modified time | relevance | path

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

/PHP-8.2/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.2/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.c1371 …prop = zend_read_property(curl_CURLFile_class, Z_OBJ_P(current), "mime", sizeof("mime")-1, 0, &rv); in build_mime_structure_from_hash()
1376 …prop = zend_read_property(curl_CURLFile_class, Z_OBJ_P(current), "postname", sizeof("postname")-1,… in build_mime_structure_from_hash()
1420 …prop = zend_read_property(curl_CURLStringFile_class, Z_OBJ_P(current), "postname", sizeof("postnam… in build_mime_structure_from_hash()
1430 …prop = zend_read_property(curl_CURLStringFile_class, Z_OBJ_P(current), "mime", sizeof("mime")-1, 0… in build_mime_structure_from_hash()
1440 …prop = zend_read_property(curl_CURLStringFile_class, Z_OBJ_P(current), "data", sizeof("data")-1, 0… in build_mime_structure_from_hash()
/PHP-8.2/ext/random/
H A Drandomizer.c505 …zengine = zend_read_property(randomizer->std.ce, &randomizer->std, "engine", strlen("engine"), 1, … in PHP_METHOD()
/PHP-8.2/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.2/ext/soap/
H A Dsoap.c600 …faultcode = zend_read_property(soap_fault_class_entry, Z_OBJ_P(this_ptr), "faultcode", sizeof("fau… in PHP_METHOD()
601 …faultstring = zend_read_property(soap_fault_class_entry, Z_OBJ_P(this_ptr), "faultstring", sizeof(… in PHP_METHOD()
H A Dphp_encoding.c1177 zval *data = zend_read_property(Z_OBJCE_P(object), Z_OBJ_P(object), name, strlen(name), 1, rv); in get_zval_property()
/PHP-8.2/ext/spl/
H A Dspl_iterators.c1890 …zval *replacement = zend_read_property(intern->std.ce, Z_OBJ_P(ZEND_THIS), "replacement", sizeof("… in PHP_METHOD()
/PHP-8.2/Zend/
H A Dzend_API.h514 ZEND_API zval *zend_read_property(zend_class_entry *scope, zend_object *object, const char *name, s…
H A Dzend_API.c5015 ZEND_API zval *zend_read_property(zend_class_entry *scope, zend_object *object, const char *name, s… in zend_read_property() function

Completed in 119 milliseconds