Home
last modified time | relevance | path

Searched defs:tmp (Results 1 – 25 of 184) sorted by path

12345678

/PHP-5.3/TSRM/
H A Dtsrm_virtual_cwd.c263 char tmp[MAXPATHLEN]; in php_sys_readlink() local
317 char *tmp = cur_path; in php_sys_stat_ex() local
775 char *tmp; in tsrm_realpath_r() local
1173 void *tmp; in virtual_file_ex() local
/PHP-5.3/Zend/
H A Dzend.c122 zval **tmp; in print_hash() local
183 zval **tmp; in print_flat_hash() local
H A Dzend_API.c1071 zval *tmp; in _object_and_properties_init() local
1119 zval *tmp; in add_assoc_long_ex() local
1130 zval *tmp; in add_assoc_null_ex() local
1141 zval *tmp; in add_assoc_bool_ex() local
1152 zval *tmp; in add_assoc_resource_ex() local
1163 zval *tmp; in add_assoc_double_ex() local
1174 zval *tmp; in add_assoc_string_ex() local
1185 zval *tmp; in add_assoc_stringl_ex() local
1202 zval *tmp; in add_index_long() local
1213 zval *tmp; in add_index_null() local
[all …]
H A Dzend_alloc.c1141 char *tmp; in zend_mm_startup() local
2567 char *tmp; in alloc_globals_ctor() local
H A Dzend_alloc.h95 void *tmp = malloc(len); in __zend_malloc() local
105 void *tmp = _safe_malloc(nmemb, len, 0); in __zend_calloc() local
H A Dzend_builtin_functions.c548 zval *array, *entry, **entry_ptr, *tmp; in ZEND_FUNCTION() local
1931 zval **tmp; in debug_print_backtrace_args() local
H A Dzend_closures.c339 zval *tmp; in zval_copy_static_var() local
H A Dzend_compile.c1340 znode tmp; in zend_do_begin_function_declaration() local
1699 znode tmp; in zend_resolve_non_class_name() local
1753 znode tmp; in zend_resolve_class_name() local
3415 znode tmp; in zend_do_begin_class_declaration() local
3822 znode *tmp; in zend_do_pop_object() local
3921 znode tmp; in zend_do_fetch_constant() local
4230 zval *tmp; in zend_do_fetch_static_variable() local
4532 znode tmp; in zend_do_foreach_begin() local
4566 znode *tmp; in zend_do_foreach_cont() local
5106 znode tmp; in zend_do_build_namespace_name() local
[all …]
H A Dzend_exceptions.c134 zval tmp, obj; in zend_default_exception_new_ex() local
454 zval **file, **tmp; in _build_trace_string() local
H A Dzend_execute.c636 zval tmp = *value; in zend_assign_to_string_offset() local
931 zval tmp; in zend_fetch_dimension_address() local
989 zval *tmp = overloaded_result; in zend_fetch_dimension_address() local
1060 zval tmp; in zend_fetch_dimension_address_read() local
1197 zval tmp; in zend_brk_cont() local
H A Dzend_execute.h112 zval tmp; in i_zend_is_true() local
118 zval *tmp = Z_OBJ_HT_P(op)->get(op TSRMLS_CC); in i_zend_is_true() local
H A Dzend_execute_API.c603 zval *tmp; in zval_update_constant_ex() local
H A Dzend_hash.c143 Bucket **tmp; in _zend_hash_init() local
772 …copy(HashTable *target, HashTable *source, copy_ctor_func_t pCopyConstructor, void *tmp, uint size) in zend_hash_copy()
803 …ashTable *target, HashTable *source, copy_ctor_func_t pCopyConstructor, void *tmp, uint size, int … in _zend_hash_merge()
H A Dzend_hash.h221 #define zend_hash_merge(target, source, pCopyConstructor, tmp, size, overwrite) \ argument
H A Dzend_ini.c596 long *p, tmp; in ZEND_INI_MH() local
H A Dzend_language_parser.y453 …optional_class_type T_VARIABLE { znode tmp; fetch_simple_variable(&tmp, &$2, 0 TSRMLS_CC); $$.… variable
454 …| optional_class_type '&' T_VARIABLE { znode tmp; fetch_simple_variable(&tmp, &$3, 0 TSRMLS_CC)… variable
455 …| optional_class_type '&' T_VARIABLE '=' static_scalar { znode tmp; fetch_simple_variable(&tmp,… variable
456 …| optional_class_type T_VARIABLE '=' static_scalar { znode tmp; fetch_simple_variable(&tmp, &$… variable
457 …| non_empty_parameter_list ',' optional_class_type T_VARIABLE { znode tmp; fetch_simple_variable… variable
458 …| non_empty_parameter_list ',' optional_class_type '&' T_VARIABLE { znode tmp; fetch_simple_varia… variable
459 …| non_empty_parameter_list ',' optional_class_type '&' T_VARIABLE '=' static_scalar { znode tmp; … variable
460 …| non_empty_parameter_list ',' optional_class_type T_VARIABLE '=' static_scalar { znode tmp; fet… variable
701 …| T_NS_SEPARATOR namespace_name { char *tmp = estrndup(Z_STRVAL($2.u.constant), Z_STRLEN($2.u.cons… variable
707 …| T_NS_SEPARATOR namespace_name { char *tmp = estrndup(Z_STRVAL($2.u.constant), Z_STRLEN($2.u.cons… variable
[all …]
H A Dzend_language_scanner.c393 zval tmp; in compile_filename() local
497 zval tmp; in compile_string() local
594 zval tmp = *str; in highlight_string() local
H A Dzend_language_scanner.l391 zval tmp; in compile_filename() local
495 zval tmp; in compile_string() local
592 zval tmp = *str; in highlight_string() local
H A Dzend_llist.c39 zend_llist_element *tmp = pemalloc(sizeof(zend_llist_element)+l->size-1, l->persistent); in zend_llist_add_element() local
57 zend_llist_element *tmp = pemalloc(sizeof(zend_llist_element)+l->size-1, l->persistent); in zend_llist_prepend_element() local
H A Dzend_object_handlers.c372 zval *tmp = rv; in zend_std_read_property() local
H A Dzend_operators.c337 long tmp; in convert_to_long_base() local
397 double tmp; in convert_to_double() local
479 int tmp; in convert_to_boolean() local
563 long tmp = Z_LVAL_P(op); in _convert_to_string() local
645 zval *tmp; in convert_to_array() local
792 zval *tmp; in add_function() local
H A Dzend_strtod.c1386 Bigint *tmp; in destroy_freelist() local
1487 Bigint *b, *b1, *delta, *mlo, *mhi, *S, *tmp; in zend_dtoa() local
2053 Bigint *bb, *bb1, *bd, *bd0, *bs, *delta, *tmp; in zend_strtod() local
H A Dzend_ts_hash.c267 …(TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCopyConstructor, void *tmp, uint size) in zend_ts_hash_copy()
276 …sh(HashTable *target, TsHashTable *source, copy_ctor_func_t pCopyConstructor, void *tmp, uint size) in zend_ts_hash_copy_to_hash()
283 …hTable *target, TsHashTable *source, copy_ctor_func_t pCopyConstructor, void *tmp, uint size, int … in zend_ts_hash_merge()
H A Dzend_variables.c126 zval *tmp; in _zval_copy_ctor_func() local
H A Dzend_vm_def.h3364 zval tmp, *varname; variable
3613 zval *tmp; variable
3633 zval *tmp; variable
3896 zval tmp, *varname = GET_OP1_ZVAL_PTR(BP_VAR_IS); variable
4034 zval tmp; variable
4422 zval tmp = *val; variable

Completed in 135 milliseconds

12345678