Home
last modified time | relevance | path

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

/PHP-8.4/ext/mysqli/
H A Dmysqli_exception.c72 …prop = zend_read_property(mysqli_exception_class_entry, Z_OBJ_P(ZEND_THIS), "sqlstate", sizeof("sq… in PHP_METHOD()
/PHP-8.4/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.c1444 …prop = zend_read_property(curl_CURLFile_class, Z_OBJ_P(current), "mime", sizeof("mime")-1, 0, &rv); in build_mime_structure_from_hash()
1449 …prop = zend_read_property(curl_CURLFile_class, Z_OBJ_P(current), "postname", sizeof("postname")-1,… in build_mime_structure_from_hash()
1493 …prop = zend_read_property(curl_CURLStringFile_class, Z_OBJ_P(current), "postname", sizeof("postnam… in build_mime_structure_from_hash()
1503 …prop = zend_read_property(curl_CURLStringFile_class, Z_OBJ_P(current), "mime", sizeof("mime")-1, 0… in build_mime_structure_from_hash()
1513 …prop = zend_read_property(curl_CURLStringFile_class, Z_OBJ_P(current), "data", sizeof("data")-1, 0… in build_mime_structure_from_hash()
/PHP-8.4/ext/standard/
H A Duser_filters.c389 …if (NULL == (pzbucket = zend_read_property(NULL, Z_OBJ_P(zobject), "bucket", sizeof("bucket")-1, f… in php_stream_bucket_attach()
399 …if (NULL != (pzdata = zend_read_property(NULL, Z_OBJ_P(zobject), "data", sizeof("data")-1, false, … in php_stream_bucket_attach()
/PHP-8.4/ext/random/
H A Drandomizer.c554 …zengine = zend_read_property(randomizer->std.ce, &randomizer->std, "engine", strlen("engine"), 1, … in PHP_METHOD()
/PHP-8.4/ext/com_dotnet/
H A Dcom_wrapper.c261 …retval = zend_read_property(Z_OBJCE(disp->object), Z_OBJ(disp->object), Z_STRVAL_P(name), Z_STRLEN… in disp_invokeex()
/PHP-8.4/ext/soap/
H A Dsoap.c725 …faultcode = zend_read_property(soap_fault_class_entry, Z_OBJ_P(this_ptr), "faultcode", sizeof("fau… in PHP_METHOD()
726 …faultstring = zend_read_property(soap_fault_class_entry, Z_OBJ_P(this_ptr), "faultstring", sizeof(… in PHP_METHOD()
H A Dphp_encoding.c1213 zval *data = zend_read_property(Z_OBJCE_P(object), Z_OBJ_P(object), name, strlen(name), 1, rv); in get_zval_property()
/PHP-8.4/ext/spl/
H A Dspl_iterators.c1833 …zval *replacement = zend_read_property(intern->std.ce, Z_OBJ_P(ZEND_THIS), "replacement", sizeof("… in PHP_METHOD()
/PHP-8.4/Zend/
H A Dzend_API.h516 ZEND_API zval *zend_read_property(zend_class_entry *scope, zend_object *object, const char *name, s…
H A Dzend_API.c5193 ZEND_API zval *zend_read_property(zend_class_entry *scope, zend_object *object, const char *name, s… in zend_read_property() function

Completed in 74 milliseconds