Home
last modified time | relevance | path

Searched refs:tmp (Results 1 – 25 of 1152) sorted by path

12345678910>>...47

/PHP-7.4/
H A D.gdbinit434 set $tmp = 0
437 set $tmp = $tmp + 1
462 while $tmp != 0
464 set $tmp = $tmp - 1
476 while $tmp != 1
478 set $tmp = $tmp - 1
526 set $tmp = 0
535 while $tmp < $arg1 && $tmp < $maxlen
536 if $str[$tmp] > 31 && $str[$tmp] < 127
541 set $tmp = $tmp + 1
[all …]
H A D.gitignore20 *.tmp
245 tmp-php.ini
H A DNEWS1514 makes huge tmp files). (George Wang)
1932 makes huge tmp files). (George Wang)
/PHP-7.4/Zend/
H A DMakefile.frag18 > $@.tmp && \
19 mv $@.tmp $@
21 > $(srcdir)/zend_language_parser.h.tmp && \
22 mv $(srcdir)/zend_language_parser.h.tmp $(srcdir)/zend_language_parser.h
25 > $(srcdir)/zend_language_parser.h.tmp && \
26 mv $(srcdir)/zend_language_parser.h.tmp $(srcdir)/zend_language_parser.h
H A Dzend.c286 zval *tmp; in print_hash() local
296 ZEND_HASH_FOREACH_KEY_VAL_IND(ht, num_key, string_key, tmp) { in print_hash()
324 zend_print_zval_r_to_buf(buf, tmp, indent+PRINT_ZVAL_INDENT); in print_hash()
337 zval *tmp; in print_flat_hash() local
342 ZEND_HASH_FOREACH_KEY_VAL_IND(ht, num_key, string_key, tmp) { in print_flat_hash()
353 zend_print_flat_zval_r(tmp); in print_flat_hash()
839 char *tmp = getenv("USE_ZEND_DTRACE"); in zend_startup() local
841 if (tmp && zend_atoi(tmp, 0)) { in zend_startup()
H A Dzend_API.c1444 zval tmp; in add_assoc_long_ex() local
1454 zval tmp; in add_assoc_null_ex() local
1464 zval tmp; in add_assoc_bool_ex() local
1474 zval tmp; in add_assoc_resource_ex() local
1484 zval tmp; in add_assoc_double_ex() local
1494 zval tmp; in add_assoc_str_ex() local
1504 zval tmp; in add_assoc_string_ex() local
1514 zval tmp; in add_assoc_stringl_ex() local
1531 zval tmp; in add_index_long() local
1541 zval tmp; in add_index_null() local
[all …]
H A Dzend_alloc.c568 zend_mm_bitset tmp; local
858 tmp &= tmp + 1;
876 tmp |= tmp - 1;
905 tmp &= tmp + 1;
938 tmp |= tmp - 1;
2742 char *tmp; local
2746 if (tmp && !zend_atoi(tmp, 0)) {
2769 if (tmp && zend_atoi(tmp, 0)) {
2984 return tmp;
2991 void *tmp; local
[all …]
H A Dzend_builtin_functions.c675 zval *array, *entry, tmp; in ZEND_FUNCTION() local
720 ZVAL_STR_COPY(&tmp, key); in ZEND_FUNCTION()
721 Z_TRY_ADDREF(tmp); in ZEND_FUNCTION()
723 ZVAL_LONG(&tmp, num_key); in ZEND_FUNCTION()
1680 zval *tmp; in ZEND_FUNCTION() local
2182 zval *tmp; in debug_print_backtrace_args() local
2189 zend_print_flat_zval_r(tmp); in debug_print_backtrace_args()
2408 zval stack_frame, tmp; in zend_fetch_debug_backtrace() local
2464 ZVAL_LONG(&tmp, lineno); in zend_fetch_debug_backtrace()
2523 ZVAL_OBJ(&tmp, object); in zend_fetch_debug_backtrace()
[all …]
H A Dzend_compile.c340 zval tmp; in zend_register_seen_symbol() local
341 ZVAL_LONG(&tmp, kind); in zend_register_seen_symbol()
342 zend_hash_add_new(&FC(seen_symbols), name, &tmp); in zend_register_seen_symbol()
3575 zval *val, tmp; in zend_compile_func_in_array() local
3579 ZVAL_TRUE(&tmp); in zend_compile_func_in_array()
3584 zend_hash_add(dst, Z_STR_P(val), &tmp); in zend_compile_func_in_array()
3586 zend_hash_index_add(dst, Z_LVAL_P(val), &tmp); in zend_compile_func_in_array()
3601 zend_hash_add(dst, Z_STR_P(val), &tmp); in zend_compile_func_in_array()
H A Dzend_exceptions.c211 zval obj, tmp; in zend_default_exception_new_ex() local
237 zval_ptr_dtor(&tmp); in zend_default_exception_new_ex()
371 zval_ptr_dtor(&tmp); in ZEND_METHOD()
565 zval *file, *tmp; in _build_trace_string() local
579 if (tmp) { in _build_trace_string()
602 if (tmp) { in _build_trace_string()
679 zval rv, tmp; in ZEND_METHOD() local
759 ZVAL_STR(&tmp, str); in ZEND_METHOD()
909 zval ex, tmp; in zend_throw_exception() local
954 zval ex, tmp; in zend_throw_error_exception() local
[all …]
H A Dzend_execute.c996 zval tmp; in zend_assign_to_typed_prop() local
999 ZVAL_COPY(&tmp, value); in zend_assign_to_typed_prop()
1002 zval_ptr_dtor(&tmp); in zend_assign_to_typed_prop()
1688 zval tmp; in zend_incdec_typed_ref() local
1692 copy = &tmp; in zend_incdec_typed_ref()
1711 zval_ptr_dtor(&tmp); in zend_incdec_typed_ref()
1717 zval tmp; in zend_incdec_typed_prop() local
1720 copy = &tmp; in zend_incdec_typed_prop()
1739 zval_ptr_dtor(&tmp); in zend_incdec_typed_prop()
4017 znode_op tmp; in zend_swap_operands() local
[all …]
H A Dzend_execute_API.c614 zval tmp; in zval_update_constant_ex() local
616 if (UNEXPECTED(zend_ast_evaluate(&tmp, ast, scope) != SUCCESS)) { in zval_update_constant_ex()
620 ZVAL_COPY_VALUE(p, &tmp); in zval_update_constant_ex()
H A Dzend_gc.c705 zval tmp; in gc_scan_black() local
707 ZVAL_OBJ(&tmp, obj); in gc_scan_black()
708 ht = obj->handlers->get_gc(&tmp, &zv, &n); in gc_scan_black()
825 zval tmp; in gc_mark_grey() local
827 ZVAL_OBJ(&tmp, obj); in gc_mark_grey()
1011 zval tmp; in gc_scan() local
1013 ZVAL_OBJ(&tmp, obj); in gc_scan()
1174 zval tmp; in gc_collect_white() local
1185 ZVAL_OBJ(&tmp, obj); in gc_collect_white()
1360 zval tmp; in gc_remove_nested_data_from_buffer() local
[all …]
H A Dzend_hash.c1302 zval tmp; in _zend_hash_del_el_ex() local
1305 ht->pDestructor(&tmp); in _zend_hash_del_el_ex()
1396 zval tmp; in zend_hash_del_ind() local
1399 ht->pDestructor(&tmp); in zend_hash_del_ind()
2687 register const char *tmp = key; in _zend_handle_numeric_str_ex() local
2691 if (*tmp == '-') { in _zend_handle_numeric_str_ex()
2692 tmp++; in _zend_handle_numeric_str_ex()
2702 *idx = (*tmp - '0'); in _zend_handle_numeric_str_ex()
2704 ++tmp; in _zend_handle_numeric_str_ex()
2705 if (tmp == end) { in _zend_handle_numeric_str_ex()
[all …]
/PHP-7.4/Zend/tests/
H A Dbug30998.phpt14 $f = fopen("/tmp/blah", "r");
18 fopen(/tmp/blah): failed to open stream: %s (2) in %s:%d
20 Warning: fopen(/tmp/blah): failed to open stream: %s in %s on line %d
H A Dbug55509.phpt20 $tmp = explode(":", $line);
21 $index = strtolower($tmp[0]);
22 $value = (int)ltrim($tmp[1], " ")*1024;
37 $tmp = explode(":", $line);
38 $index = strtolower($tmp[0]);
39 $value = trim($tmp[1], " ");
H A Dbug63741.phpt5 file_put_contents(__DIR__."/bug63741.tmp.php",
44 include __DIR__."/bug63741.tmp.php";
47 <?php unlink(__DIR__."/bug63741.tmp.php"); ?>
H A Dbug66660.phpt7 file_put_contents(__DIR__."/bug66660.tmp.php", "<?php __CLASS__ ?>");
8 echo php_strip_whitespace(__DIR__."/bug66660.tmp.php");
11 <?php unlink(__DIR__."/bug66660.tmp.php"); ?>
H A Dcast_to_array.phpt37 $tmp = (array)$var;
38 var_dump($tmp);
H A Dcast_to_bool.phpt33 $tmp = (bool)$var;
34 var_dump($tmp);
H A Dcast_to_double.phpt35 $tmp = (double)$var;
36 var_dump($tmp);
H A Dcast_to_int.phpt33 $tmp = (int)$var;
34 var_dump($tmp);
H A Dcast_to_object.phpt33 $tmp = (object)$var;
34 var_dump($tmp);
H A Dcast_to_string.phpt33 $tmp = (string)$var;
34 var_dump($tmp);
H A Dobject_handlers.phpt64 $c = "tmp";

Completed in 149 milliseconds

12345678910>>...47