Home
last modified time | relevance | path

Searched refs:from (Results 1376 – 1400 of 1416) sorted by relevance

1...<<51525354555657

/php-src/Zend/Optimizer/
H A Ddfa_pass.c623 static void zend_ssa_replace_control_link(zend_op_array *op_array, zend_ssa *ssa, int from, int to,… in zend_ssa_replace_control_link() argument
625 zend_basic_block *src = &ssa->cfg.blocks[from]; in zend_ssa_replace_control_link()
693 replace_predecessor(ssa, new_to, to, from); in zend_ssa_replace_control_link()
/php-src/ext/mysqli/
H A Dmysqli_api.c1387 # define mysql_real_escape_string_quote(mysql, to, from, length, quote) \ argument
1388 mysql_real_escape_string(mysql, to, from, length)
/php-src/tests/lang/
H A D028.phpt2 Testing calling user-level functions from C
/php-src/ext/spl/tests/SplFileObject/
H A DSplFileObject_fputcsv_variation6.phpt7 Testing fputcsv() to write to a file when delimiter are different from those
H A DSplFileObject_fputcsv_variation7.phpt7 Testing fputcsv() to write to a file when enclosure is same but delimiter is different from those
H A DSplFileObject_fputcsv_variation8.phpt7 Testing fputcsv() to write to a file when delimiter is same but enclosure is different from those
/php-src/ext/standard/tests/file/
H A Dfgetcsv_variation18.phpt6 Description: Gets line from file pointer and parse for CSV fields
H A Dfputcsv_variation6.phpt6 Testing fputcsv() to write to a file when delimiter are different from those
H A Dfputcsv_variation7.phpt6 Testing fputcsv() to write to a file when enclosure is same but delimiter is different from those
H A Dfputcsv_variation8.phpt6 Testing fputcsv() to write to a file when delimiter is same but enclosure is different from those
H A Dumask_variation1.phpt2 Test umask() function: usage variations - perms from 0000 to 0350
H A Dfgetcsv_variation8.phpt6 Testing fgetcsv() to read from a file when provided with values of delimiter and
H A Dumask_variation2.phpt2 Test umask() function: usage variations - perms from 0351 to 0777
H A Dfgetcsv_variation1.phpt6 Description: Gets line from file pointer and parse for CSV fields
H A Dfgetcsv_variation2.phpt5 /* Testing fgetcsv() to rwad from a file with length argument equal to zero */
/php-src/ext/mbstring/tests/
H A Dgb18030_encoding.phpt25 * These start from 0x81308130 and count upwards one by one, with all the Unicode codepoints
/php-src/ext/opcache/jit/ir/
H A Dir.c1252 void ir_use_list_remove_all(ir_ctx *ctx, ir_ref from, ir_ref ref) argument
1255 ir_use_list *use_list = &ctx->use_lists[from];
1279 void ir_use_list_remove_one(ir_ctx *ctx, ir_ref from, ir_ref ref) argument
1282 ir_use_list *use_list = &ctx->use_lists[from];
/php-src/
H A D.gdbinit8 but we could get the resource from the argument
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c2758 static void buffreplace(LexState*ls,char from,char to){
2762 if(p[n]==from)p[n]=to;
3001 static void luaK_nil(FuncState*fs,int from,int n){
3005 if(from>=fs->nactvar)
3013 if(pfrom<=from&&from<=pto+1){
3014 if(from+n-1>pto)
3015 SETARG_B(*previous,from+n-1);
3021 luaK_codeABC(fs,OP_LOADNIL,from,from+n-1,0);
/php-src/ext/ftp/tests/
H A Dserver.inc344 // called from outside this while loop
/php-src/ext/phar/
H A Dphar_object_arginfo.h66 ZEND_ARG_TYPE_INFO(0, from, IS_STRING, 0)
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c68 #define COPY_BITS(src, from, to, bits) \ argument
69 …((from >= to ? ((sljit_ins)(src) >> (from - to)) : ((sljit_ins)(src) << (to - from))) & (((1 << bi…
/php-src/ext/standard/
H A Dbasic_functions_arginfo.h566 ZEND_ARG_TYPE_INFO(0, from, IS_STRING, 0)
959 ZEND_ARG_TYPE_MASK(0, from, MAY_BE_STRING|MAY_BE_ARRAY, NULL)
1286 ZEND_ARG_TYPE_INFO(0, from, IS_STRING, 0)
1944 ZEND_ARG_INFO(0, from)
/php-src/ext/dba/
H A Dconfig.m416 dnl Assign INCLUDE/LFLAGS from PREFIX
/php-src/sapi/fpm/tests/
H A Dlogtool.inc268 … "The suffix has not been finished from position $this->suffixPosition in line: $line"

Completed in 123 milliseconds

1...<<51525354555657