Home
last modified time | relevance | path

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

/php-src/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-src/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.c1350 …prop = zend_read_property(curl_CURLFile_class, Z_OBJ_P(current), "mime", sizeof("mime")-1, 0, &rv); in build_mime_structure_from_hash()
1355 …prop = zend_read_property(curl_CURLFile_class, Z_OBJ_P(current), "postname", sizeof("postname")-1,… in build_mime_structure_from_hash()
1399 …prop = zend_read_property(curl_CURLStringFile_class, Z_OBJ_P(current), "postname", sizeof("postnam… in build_mime_structure_from_hash()
1409 …prop = zend_read_property(curl_CURLStringFile_class, Z_OBJ_P(current), "mime", sizeof("mime")-1, 0… in build_mime_structure_from_hash()
1419 …prop = zend_read_property(curl_CURLStringFile_class, Z_OBJ_P(current), "data", sizeof("data")-1, 0… in build_mime_structure_from_hash()
/php-src/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-src/ext/random/
H A Drandomizer.c513 …zengine = zend_read_property(randomizer->std.ce, &randomizer->std, "engine", strlen("engine"), 1, … in PHP_METHOD()
/php-src/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-src/ext/soap/
H A Dsoap.c674 …faultcode = zend_read_property(soap_fault_class_entry, Z_OBJ_P(this_ptr), "faultcode", sizeof("fau… in PHP_METHOD()
675 …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-src/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-src/Zend/
H A Dzend_API.h515 ZEND_API zval *zend_read_property(zend_class_entry *scope, zend_object *object, const char *name, s…
H A Dzend_API.c5067 ZEND_API zval *zend_read_property(zend_class_entry *scope, zend_object *object, const char *name, s… in zend_read_property() function

Completed in 92 milliseconds