Home
last modified time | relevance | path

Searched refs:scratch (Results 1 – 8 of 8) sorted by relevance

/php-src/ext/standard/tests/strings/
H A Dbug47443.phpt2 Bug #47443 (metaphone('scratch') returns wrong result)
6 var_dump(metaphone("scratch"));
/php-src/ext/standard/tests/file/
H A Dpathinfo_variaton.phpt20 "./test/work/scratch/mydir/yourdir/ourdir/test1/test2/test3/test4/test5/test6/test.tmp",
347 string(76) "./test/work/scratch/mydir/yourdir/ourdir/test1/test2/test3/test4/test5/test6"
355 string(76) "./test/work/scratch/mydir/yourdir/ourdir/test1/test2/test3/test4/test5/test6"
/php-src/ext/standard/
H A Dhttp_fopen_wrapper.c523 char *scratch = emalloc(scratch_len); in php_stream_url_wrap_http_ex() local
529 strcpy(scratch, ZSTR_VAL(resource->user)); in php_stream_url_wrap_http_ex()
530 strcat(scratch, ":"); in php_stream_url_wrap_http_ex()
535 strcat(scratch, ZSTR_VAL(resource->pass)); in php_stream_url_wrap_http_ex()
538 stmp = php_base64_encode((unsigned char*)scratch, strlen(scratch)); in php_stream_url_wrap_http_ex()
547 efree(scratch); in php_stream_url_wrap_http_ex()
/php-src/docs/source/introduction/
H A Dhigh-level-overview.rst194 barely scratch the surface of how it works. It lives in ``ext/opcache/jit``.
/php-src/ext/opcache/jit/ir/
H A Dir_ra.c2811 ir_regset available, overlapped, scratch; in ir_try_allocate_free_reg() local
2932 scratch = IR_REGSET_INTERSECTION(available, IR_REGSET_SCRATCH); in ir_try_allocate_free_reg()
2933 if (scratch != IR_REGSET_EMPTY) { in ir_try_allocate_free_reg()
2936 ir_regset non_conflicting = scratch; in ir_try_allocate_free_reg()
2955 reg = IR_REGSET_FIRST(scratch); in ir_try_allocate_free_reg()
2958 reg = IR_REGSET_FIRST(scratch); in ir_try_allocate_free_reg()
H A Dir_aarch64.dasc4667 /* For temporaries we may use any scratch registers except for registers used for parameters */
H A Dir_x86.dasc8515 /* For temporaries we may use any scratch registers except for registers used for parameters */
/php-src/ext/mbstring/tests/
H A Dmb_encode_mimeheader_basic4.phpt118 // perfectly would require allocating potentially unbounded scratch memory (up to the size of

Completed in 53 milliseconds