Home
last modified time | relevance | path

Searched refs:zend_literal (Results 1 – 25 of 27) sorted by relevance

12

/PHP-5.4/ext/standard/
H A Dincomplete_class.c57 static zval *incomplete_class_get_property(zval *object, zval *member, int type, const zend_literal in incomplete_class_get_property()
69 …e_class_write_property(zval *object, zval *member, zval *value, const zend_literal *key TSRMLS_DC)… in incomplete_class_write_property()
75 static zval **incomplete_class_get_property_ptr_ptr(zval *object, zval *member, const zend_literal in incomplete_class_get_property_ptr_ptr()
82 static void incomplete_class_unset_property(zval *object, zval *member, const zend_literal *key TSR… in incomplete_class_unset_property()
88 …class_has_property(zval *object, zval *member, int check_empty, const zend_literal *key TSRMLS_DC)… in incomplete_class_has_property()
95 …e_class_get_method(zval **object, char *method, int method_len, const zend_literal *key TSRMLS_DC)… in incomplete_class_get_method()
/PHP-5.4/Zend/
H A Dzend_closures.c183 …et_method(zval **object_ptr, char *method_name, int method_len, const zend_literal *key TSRMLS_DC)… in zend_closure_get_method()
201 static zval *zend_closure_read_property(zval *object, zval *member, int type, const zend_literal *k… in zend_closure_read_property()
209 static void zend_closure_write_property(zval *object, zval *member, zval *value, const zend_literal in zend_closure_write_property()
215 static zval **zend_closure_get_property_ptr_ptr(zval *object, zval *member, const zend_literal *key… in zend_closure_get_property_ptr_ptr()
222 …re_has_property(zval *object, zval *member, int has_set_exists, const zend_literal *key TSRMLS_DC)… in zend_closure_has_property()
231 static void zend_closure_unset_property(zval *object, zval *member, const zend_literal *key TSRMLS_… in zend_closure_unset_property()
H A Dzend_opcode.c347 zend_literal *literal = op_array->literals; in destroy_op_array()
348 zend_literal *end; in destroy_op_array()
506 …op_array->literals = (zend_literal*)erealloc(op_array->literals, sizeof(zend_literal) * op_array->… in pass_two()
H A Dzend_object_handlers.c270 …erty_info_quick(zend_class_entry *ce, zval *member, int silent, const zend_literal *key TSRMLS_DC)… in zend_get_property_info_quick()
421 zval *zend_std_read_property(zval *object, zval *member, int type, const zend_literal *key TSRMLS_D… in zend_std_read_property()
522 ZEND_API void zend_std_write_property(zval *object, zval *member, zval *value, const zend_literal *… in zend_std_write_property()
716 static zval **zend_std_get_property_ptr_ptr(zval *object, zval *member, const zend_literal *key TSR… in zend_std_get_property_ptr_ptr()
788 static void zend_std_unset_property(zval *object, zval *member, const zend_literal *key TSRMLS_DC) … in zend_std_unset_property()
1002 …et_method(zval **object_ptr, char *method_name, int method_len, const zend_literal *key TSRMLS_DC)… in zend_std_get_method()
1147 …ce, const char *function_name_strval, int function_name_strlen, const zend_literal *key TSRMLS_DC)… in zend_std_get_static_method()
1236 …t char *property_name, int property_name_len, zend_bool silent, const zend_literal *key TSRMLS_DC)… in zend_std_get_static_property()
1293 …ss_entry *ce, const char *property_name, int property_name_len, const zend_literal *key TSRMLS_DC)… in zend_std_unset_static_property()
1397 static int zend_std_has_property(zval *object, zval *member, int has_set_exists, const zend_literal in zend_std_has_property()
H A Dzend_constants.h72 zend_constant *zend_quick_get_constant(const zend_literal *key, ulong flags TSRMLS_DC);
H A Dzend_compile.h69 } zend_literal; typedef
72 (((zend_literal*)(zv))->hash_value)
82 zend_literal *literal;
295 zend_literal *literals;
H A Dzend_execute.h71 ZEND_API int zend_lookup_class_ex(const char *name, int name_length, const zend_literal *key, int u…
390 …etch_class_by_name(const char *class_name, uint class_name_len, const zend_literal *key, int fetch…
H A Dzend_constants.c451 zend_constant *zend_quick_get_constant(const zend_literal *key, ulong flags TSRMLS_DC) in zend_quick_get_constant()
H A Dzend_execute.c656 …e_type, znode_op *value_op, const temp_variable *Ts, int opcode, const zend_literal *key TSRMLS_DC) in zend_assign_to_object()
1355 …ss(temp_variable *result, zval **container_ptr, zval *prop_ptr, const zend_literal *key, int type … in zend_fetch_property_address()
H A Dzend_execute_API.c1031 ZEND_API int zend_lookup_class_ex(const char *name, int name_length, const zend_literal *key, int u… in zend_lookup_class_ex()
1608 …etch_class_by_name(const char *class_name, uint class_name_len, const zend_literal *key, int fetch… in zend_fetch_class_by_name()
H A Dzend_compile.c357 …op_array->literals = (zend_literal*)erealloc(op_array->literals, CG(context).literals_size * sizeo… in zend_add_literal()
370 op_array->literals = (zend_literal*)erealloc(op_array->literals, (i + 1) * sizeof(zend_literal)); in zend_append_individual_literal()
H A Dzend_vm_def.h2475 zend_literal *func_name;
/PHP-5.4/ext/com_dotnet/
H A Dcom_handlers.c32 static zval *com_property_read(zval *object, zval *member, int type, const zend_literal *key TSRMLS… in com_property_read()
67 static void com_property_write(zval *object, zval *member, zval *value, const zend_literal *key TSR… in com_property_write()
199 static int com_property_exists(zval *object, zval *member, int check_empty, const zend_literal *key… in com_property_exists()
225 static void com_property_delete(zval *object, zval *member, const zend_literal *key TSRMLS_DC) in com_property_delete()
262 …function *com_method_get(zval **object_ptr, char *name, int len, const zend_literal *key TSRMLS_DC) in com_method_get()
H A Dcom_saproxy.c74 static zval *saproxy_property_read(zval *object, zval *member, int type, const zend_literal *key TS… in saproxy_property_read()
86 static void saproxy_property_write(zval *object, zval *member, zval *value, const zend_literal *key… in saproxy_property_write()
296 static int saproxy_property_exists(zval *object, zval *member, int check_empty, const zend_literal in saproxy_property_exists()
308 static void saproxy_property_delete(zval *object, zval *member, const zend_literal *key TSRMLS_DC) in saproxy_property_delete()
324 …on *saproxy_method_get(zval **object, const char *name, int len, const zend_literal *key TSRMLS_DC) in saproxy_method_get()
/PHP-5.4/ext/pdo/
H A Dpdo_stmt.c2238 static void dbstmt_prop_write(zval *object, zval *member, zval *value, const zend_literal *key TSRM… in dbstmt_prop_write()
2251 static void dbstmt_prop_delete(zval *object, zval *member, const zend_literal *key TSRMLS_DC) in dbstmt_prop_delete()
2270 char *method_name, int method_len, const zend_literal *key TSRMLS_DC) in dbstmt_method_get()
2584 static zval *row_prop_read(zval *object, zval *member, int type, const zend_literal *key TSRMLS_DC) in row_prop_read()
2628 static void row_prop_write(zval *object, zval *member, zval *value, const zend_literal *key TSRMLS_… in row_prop_write()
2638 static int row_prop_exists(zval *object, zval *member, int check_empty, const zend_literal *key TSR… in row_prop_exists()
2667 static void row_prop_delete(zval *object, zval *offset, const zend_literal *key TSRMLS_DC) in row_prop_delete()
2706 char *method_name, int method_len, const zend_literal *key TSRMLS_DC) in row_method_get()
H A Dpdo_dbh.c1363 char *method_name, int method_len, const zend_literal *key TSRMLS_DC) in dbh_method_get()
/PHP-5.4/ext/xmlreader/
H A Dphp_xmlreader.c116 zval **xmlreader_get_property_ptr_ptr(zval *object, zval *member, const zend_literal *key TSRMLS_DC) in xmlreader_get_property_ptr_ptr()
150 zval *xmlreader_read_property(zval *object, zval *member, int type, const zend_literal *key TSRMLS_… in xmlreader_read_property()
193 void xmlreader_write_property(zval *object, zval *member, zval *value, const zend_literal *key TSRM… in xmlreader_write_property()
/PHP-5.4/ext/spl/
H A Dspl_array.c834 static zval *spl_array_read_property(zval *object, zval *member, int type, const zend_literal *key … in spl_array_read_property()
845 static void spl_array_write_property(zval *object, zval *member, zval *value, const zend_literal *k… in spl_array_write_property()
857 static zval **spl_array_get_property_ptr_ptr(zval *object, zval *member, const zend_literal *key TS… in spl_array_get_property_ptr_ptr()
868 …ay_has_property(zval *object, zval *member, int has_set_exists, const zend_literal *key TSRMLS_DC)… in spl_array_has_property()
879 static void spl_array_unset_property(zval *object, zval *member, const zend_literal *key TSRMLS_DC)… in spl_array_unset_property()
H A Dspl_iterators.c845 …e_it_get_method(zval **object_ptr, char *method, int method_len, const zend_literal *key TSRMLS_DC) in spl_recursive_it_get_method()
1287 …l_it_get_method(zval **object_ptr, char *method, int method_len, const zend_literal *key TSRMLS_DC) in spl_dual_it_get_method()
/PHP-5.4/ext/dom/
H A Dphp_dom.c306 static zval **dom_get_property_ptr_ptr(zval *object, zval *member, const zend_literal *key TSRMLS_D… in dom_get_property_ptr_ptr()
340 zval *dom_read_property(zval *object, zval *member, int type, const zend_literal *key TSRMLS_DC) in dom_read_property()
386 void dom_write_property(zval *object, zval *member, zval *value, const zend_literal *key TSRMLS_DC) in dom_write_property()
421 static int dom_property_exists(zval *object, zval *member, int check_empty, const zend_literal *key… in dom_property_exists()
/PHP-5.4/ext/mysqli/
H A Dmysqli.c321 zval *mysqli_read_property(zval *object, zval *member, int type, const zend_literal *key TSRMLS_DC) in mysqli_read_property()
364 void mysqli_write_property(zval *object, zval *member, zval *value, const zend_literal *key TSRMLS_… in mysqli_write_property()
413 …ct_has_property(zval *object, zval *member, int has_set_exists, const zend_literal *key TSRMLS_DC)… in mysqli_object_has_property()
/PHP-5.4/ext/simplexml/
H A Dsimplexml.c392 static zval * sxe_property_read(zval *object, zval *member, int type, const zend_literal *key TSRML… in sxe_property_read()
683 static void sxe_property_write(zval *object, zval *member, zval *value, const zend_literal *key TSR… in sxe_property_write()
697 static zval** sxe_property_get_adr(zval *object, zval *member, const zend_literal *key TSRMLS_DC) /… in sxe_property_get_adr()
849 static int sxe_property_exists(zval *object, zval *member, int check_empty, const zend_literal *key… in sxe_property_exists()
974 static void sxe_property_delete(zval *object, zval *member, const zend_literal *key TSRMLS_DC) in sxe_property_delete()
/PHP-5.4/ext/date/
H A Dphp_date.c595 zval *date_interval_read_property(zval *object, zval *member, int type, const zend_literal *key TSR…
596 void date_interval_write_property(zval *object, zval *member, zval *value, const zend_literal *key …
597 static zval *date_period_read_property(zval *object, zval *member, int type, const zend_literal *ke…
598 static void date_period_write_property(zval *object, zval *member, zval *value, const zend_literal
3515 zval *date_interval_read_property(zval *object, zval *member, int type, const zend_literal *key TSR… in date_interval_read_property()
3582 void date_interval_write_property(zval *object, zval *member, zval *value, const zend_literal *key … in date_interval_write_property()
4508 static zval *date_period_read_property(zval *object, zval *member, int type, const zend_literal *ke… in date_period_read_property()
4531 static void date_period_write_property(zval *object, zval *member, zval *value, const zend_literal in date_period_write_property()
/PHP-5.4/ext/zip/
H A Dphp_zip.c872 static zval **php_zip_get_property_ptr_ptr(zval *object, zval *member, const zend_literal *key TSRM… in php_zip_get_property_ptr_ptr()
914 static zval* php_zip_read_property(zval *object, zval *member, int type, const zend_literal *key TS… in php_zip_read_property()
962 static int php_zip_has_property(zval *object, zval *member, int type, const zend_literal *key TSRML… in php_zip_has_property()
/PHP-5.4/ext/snmp/
H A Dsnmp.c1978 zval *php_snmp_read_property(zval *object, zval *member, int type, const zend_literal *key TSRMLS_D… in php_snmp_read_property()
2020 void php_snmp_write_property(zval *object, zval *member, zval *value, const zend_literal *key TSRML… in php_snmp_write_property()
2058 static int php_snmp_has_property(zval *object, zval *member, int has_set_exists, const zend_literal in php_snmp_has_property()

Completed in 297 milliseconds

12