Home
last modified time | relevance | path

Searched refs:garbage (Results 26 – 44 of 44) sorted by relevance

12

/php-src/ext/spl/tests/
H A Dbug65387.phpt2 Bug #67387: Circular references in SPL iterators are not garbage collected
/php-src/ext/sockets/tests/
H A Dwsaprotocol_info_0.phpt47 $sock2 = socket_wsaprotocol_info_import("garbage");
/php-src/ext/intl/collator/
H A Dcollator_sort.c330 zval garbage; in PHP_FUNCTION() local
470 ZVAL_COPY_VALUE(&garbage, array); in PHP_FUNCTION()
483 zval_ptr_dtor(&garbage); in PHP_FUNCTION()
/php-src/ext/bz2/tests/
H A Dbug71263.phpt17 // --> fread() displays empty string then garbage, no errors detected:
/php-src/Zend/
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_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()
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_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_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()
/php-src/ext/soap/
H A Dphp_packet_soap.c383 zend_refcounted *garbage = Z_COUNTED_P(return_value); in parse_packet_soap() local
385 rc_dtor_func(garbage); in parse_packet_soap()
/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/session/tests/user_session_module/
H A Dsave_handler.inc104 /* Perform garbage collection */
/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/
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/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/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 …]

Completed in 567 milliseconds

12