Home
last modified time | relevance | path

Searched refs:garbage (Results 1 – 25 of 44) sorted by last modified time

12

/php-src/Zend/
H A Dzend_execute.c3291 zend_refcounted *garbage = NULL; in zend_assign_to_property_reference() local
3303 variable_ptr, value_ptr, &garbage OPLINE_CC EXECUTE_DATA_CC); in zend_assign_to_property_reference()
3315 …d_assign_to_typed_property_reference(prop_info, variable_ptr, value_ptr, &garbage EXECUTE_DATA_CC); in zend_assign_to_property_reference()
3317 zend_assign_to_variable_reference(variable_ptr, value_ptr, &garbage); in zend_assign_to_property_reference()
3331 if (garbage) { in zend_assign_to_property_reference()
3332 GC_DTOR(garbage); in zend_assign_to_property_reference()
3669 zend_refcounted *garbage = NULL; in zend_assign_to_typed_ref() local
3670 zval *result = zend_assign_to_typed_ref_ex(variable_ptr, orig_value, value_type, strict, &garbage); in zend_assign_to_typed_ref()
3671 if (garbage) { in zend_assign_to_typed_ref()
3672 GC_DTOR_NO_REF(garbage); in zend_assign_to_typed_ref()
H A Dzend_object_handlers.c852 zend_refcounted *garbage = NULL; in zend_std_write_property() local
855 variable_ptr, value, IS_TMP_VAR, property_uses_strict_types(), &garbage); in zend_std_write_property()
857 if (garbage) { in zend_std_write_property()
858 if (GC_DELREF(garbage) == 0) { in zend_std_write_property()
870 rc_dtor_func(garbage); in zend_std_write_property()
872 gc_check_possible_root_no_ref(garbage); in zend_std_write_property()
H A Dzend_vm_execute.h965 if (garbage) { in ZEND_ASSIGN_STATIC_PROP_SPEC_OP_DATA_CONST_HANDLER()
1001 if (garbage) { in ZEND_ASSIGN_STATIC_PROP_SPEC_OP_DATA_TMP_HANDLER()
1037 if (garbage) { in ZEND_ASSIGN_STATIC_PROP_SPEC_OP_DATA_VAR_HANDLER()
1073 if (garbage) { in ZEND_ASSIGN_STATIC_PROP_SPEC_OP_DATA_CV_HANDLER()
1112 if (garbage) { in ZEND_ASSIGN_STATIC_PROP_REF_SPEC_HANDLER()
23614 if (garbage) { in ZEND_ASSIGN_OBJ_SPEC_VAR_CONST_OP_DATA_CONST_HANDLER()
23748 if (garbage) { in ZEND_ASSIGN_OBJ_SPEC_VAR_CONST_OP_DATA_TMP_HANDLER()
23882 if (garbage) { in ZEND_ASSIGN_OBJ_SPEC_VAR_CONST_OP_DATA_VAR_HANDLER()
24016 if (garbage) { in ZEND_ASSIGN_OBJ_SPEC_VAR_CONST_OP_DATA_CV_HANDLER()
26540 if (garbage) { in ZEND_ASSIGN_OBJ_SPEC_VAR_TMPVAR_OP_DATA_CONST_HANDLER()
[all …]
H A Dzend_vm_def.h2509 if (garbage) {
2510 GC_DTOR_NO_REF(garbage);
2547 if (garbage) {
2548 GC_DTOR_NO_REF(garbage);
2623 if (garbage) {
2725 if (garbage) {
2767 if (garbage) {
2768 GC_DTOR(garbage);
2844 if (garbage) {
2845 GC_DTOR(garbage);
[all …]
H A Dzend_execute.h159 zend_refcounted *garbage; in zend_assign_to_variable() local
171 garbage = Z_COUNTED_P(variable_ptr); in zend_assign_to_variable()
173 GC_DTOR_NO_REF(garbage); in zend_assign_to_variable()
/php-src/Zend/tests/
H A Dbug75290.phpt2 Bug #75290 (debug info of Closures of internal functions contain garbage argument names)
H A Dgh13670_002.phpt39 // Create some collectable garbage so the next run will not adjust
44 // Add potential garbage to buffer
H A Dgh13670_003.phpt39 // Create some collectable garbage so the next run will not adjust
44 // Add potential garbage to buffer
/php-src/
H A Dphp.ini-development1295 ; NOTE 2: See the section on garbage collection below if you choose to
1366 ; Defines the probability that the 'garbage collection' process is started on every
1375 ; Defines the probability that the 'garbage collection' process is started on every
1385 ; After this number of seconds, stored data will be seen as 'garbage' and
1386 ; cleaned up by the garbage collection process.
1391 ; (see session.save_path above), then garbage collection does *not*
1392 ; happen automatically. You will need to do your own garbage
H A Dphp.ini-production1297 ; NOTE 2: See the section on garbage collection below if you choose to
1368 ; Defines the probability that the 'garbage collection' process is started on every
1377 ; Defines the probability that the 'garbage collection' process is started on every
1387 ; After this number of seconds, stored data will be seen as 'garbage' and
1388 ; cleaned up by the garbage collection process.
1393 ; (see session.save_path above), then garbage collection does *not*
1394 ; happen automatically. You will need to do your own garbage
/php-src/ext/spl/tests/SplObjectStorage/
H A Dbug65967.phpt2 Bug #65967: SplObjectStorage contains corrupt member variables after garbage collection
/php-src/ext/standard/
H A Darray.c910 zval garbage; in php_usort() local
911 ZVAL_COPY_VALUE(&garbage, array); in php_usort()
913 zval_ptr_dtor(&garbage); in php_usort()
/php-src/ext/fileinfo/
H A Dlibmagic.patch325 if (len == 0) /* null line, garbage, etc */
/php-src/ext/opcache/jit/
H A Dzend_jit_helpers.c2136 static void ZEND_FASTCALL zend_jit_extract_helper(zend_refcounted *garbage) in zend_jit_extract_helper() argument
2145 rc_dtor_func(garbage); in zend_jit_extract_helper()
2196 zend_refcounted *garbage = NULL; in zend_jit_assign_to_typed_ref2_helper() local
2199 …_ex(&variable, value, value_type, ZEND_CALL_USES_STRICT_TYPES(EG(current_execute_data)), &garbage); in zend_jit_assign_to_typed_ref2_helper()
2201 if (garbage) { in zend_jit_assign_to_typed_ref2_helper()
2202 GC_DTOR(garbage); in zend_jit_assign_to_typed_ref2_helper()
2556 zend_refcounted *garbage = NULL; in zend_jit_assign_to_typed_prop() local
2587 …lue = zend_assign_to_variable_ex(property_val, &tmp, IS_TMP_VAR, EX_USES_STRICT_TYPES(), &garbage); in zend_jit_assign_to_typed_prop()
2591 if (garbage) { in zend_jit_assign_to_typed_prop()
2592 GC_DTOR(garbage); in zend_jit_assign_to_typed_prop()
/php-src/ext/spl/
H A Dspl_iterators.c434 zval garbage; in spl_recursive_it_move_forward_ex() local
435 ZVAL_COPY_VALUE(&garbage, &object->iterators[object->level].zobject); in spl_recursive_it_move_forward_ex()
437 zval_ptr_dtor(&garbage); in spl_recursive_it_move_forward_ex()
/php-src/ext/phar/tests/
H A Dbug69279a.phpt2 Bug #69279 (Compressed ZIP Phar extractTo() creates garbage files)
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます377 >>48 byte 5 garbage icon
725 # garbage value implies end of pit entries
2453 # device type 0 1 (37008 garbage for super_grub2_disk_hybrid_2.02s3.iso)
2455 # device id 0 1 (37008 garbage for super_grub2_disk_hybrid_2.02s3.iso)
2461 # (37008 garbage for super_grub2_disk_hybrid_2.02s3.iso)
10680 # FoxPro FPT , unusual dBASE III DBT like biblio.dbt or garbage
10690 # dBASE III DBT , garbage
10699 # dBASE III DBT like angest.dbt, or garbage PCX DBF
15449 # skip bad examples with garbage table names like in a5.show HYPERC MAC
18463 # skip more garbage like *.iso by looking for positive image type
[all …]
H A Dmagic377 >>48 byte 5 garbage icon
725 # garbage value implies end of pit entries
2453 # device type 0 1 (37008 garbage for super_grub2_disk_hybrid_2.02s3.iso)
2455 # device id 0 1 (37008 garbage for super_grub2_disk_hybrid_2.02s3.iso)
2461 # (37008 garbage for super_grub2_disk_hybrid_2.02s3.iso)
10680 # FoxPro FPT , unusual dBASE III DBT like biblio.dbt or garbage
10690 # dBASE III DBT , garbage
10699 # dBASE III DBT like angest.dbt, or garbage PCX DBF
15449 # skip bad examples with garbage table names like in a5.show HYPERC MAC
18463 # skip more garbage like *.iso by looking for positive image type
[all …]
/php-src/ext/standard/tests/serialize/
H A Dunserialize_extra_data_002.phpt17 'bar' => serialize($this->foo) . 'garbage',
25 var_dump(unserialize(serialize($f) . 'garbage'));
H A Dunserialize_extra_data_003.phpt16 return serialize($this->foo) . 'garbage';
23 var_dump(unserialize(serialize($f) . 'garbage'));
H A Dserialization_error_002.phpt7 $garbage = "obvious non-serialized data";
12 $deserialized_garbage = unserialize($garbage);
26 var_dump(isSerialized($garbage));
/php-src/Zend/tests/fibers/
H A Dgh10496-001.phpt2 Bug GH-10496 001 (Segfault when garbage collector is invoked inside of fiber)
H A Dgh10496-002.phpt2 Bug GH-10496 002 (Segfault when garbage collector is invoked inside of fiber)
/php-src/ext/session/tests/user_session_module/
H A Dsave_handler.inc104 /* Perform garbage collection */
/php-src/ext/standard/tests/
H A Dbug49244.phpt2 Bug #49244 (Floating point NaN cause garbage characters)

Completed in 407 milliseconds

12