Home
last modified time | relevance | path

Searched refs:L (Results 76 – 100 of 156) sorted by relevance

1234567

/PHP-5.5/ext/mbstring/tests/
H A Dmb_decode_mimeheader_variation2.phpt23 "=?Shift_JIS?Q?=93=FA=96=7B=8C=EA=83e=83L=83X=83g=82=C5=82=B7=81B=30=31=32?=
H A Dmb_encode_mimeheader_basic3.phpt51 string(124) "=?Shift_JIS?Q?=93=FA=96=7B=8C=EA=83e=83L=83X=83g=82=C5=82=B7=81B=30=31=32?=
/PHP-5.5/ext/standard/tests/file/windows_acls/
H A Dcommon.inc55 exec(get_icacls() . ' . /setowner $user /T /L /Q 2> nul');
56 exec(get_icacls() . ' . /remove:g Administrators /T /L /Q 2> nul');
/PHP-5.5/ext/dba/libflatfile/
H A Dflatfile.c55 php_stream_seek(dba->fp, 0L, SEEK_END); in flatfile_store()
134 php_stream_seek(dba->fp, 0L, SEEK_END); in flatfile_delete()
/PHP-5.5/ext/imap/tests/
H A Dimap_fetchbody_variation4.phpt29 //Note: the first four values are valid as they will all be cast to 1L.
/PHP-5.5/ext/mysqli/tests/
H A Dclient-cert.pem6 Issuer: C=SE, ST=Uppsala, L=Uppsala, O=MySQL AB
/PHP-5.5/ext/zlib/
H A Dconfig0.m441 *) ac_extra=-L$ZLIB_DIR/$PHP_LIBDIR ;;
/PHP-5.5/sapi/isapi/stresstest/
H A Dnotes.txt37 Run: stresstest L files.txt
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput2333 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^
60 ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c
H A Dtestoutput2580 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^
107 ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c
/PHP-5.5/ext/bcmath/libbcmath/
H A Daclocal.m456 # arguments. Must try -L first in case configure is actually a
63 # -L didn't work.
/PHP-5.5/ext/standard/
H A Dvar_unserializer.re40 fprintf(stderr, "var_push(%ld): %d\n", var_hash?var_hash->used_slots:-1L, Z_TYPE_PP(rval));
70 …fprintf(stderr, "var_push_dtor(%p, %ld): %d\n", *rval, var_hash?var_hash->used_slots:-1L, Z_TYPE_P…
101 …dtor_no_addref(%p, %ld): %d (%d)\n", *rval, var_hash?var_hash->used_slots:-1L, Z_TYPE_PP(rval), Z_…
126 fprintf(stderr, "var_replace(%ld): %d\n", var_hash?var_hash->used_slots:-1L, Z_TYPE_PP(nzval));
144 fprintf(stderr, "var_access(%ld): %ld\n", var_hash?var_hash->used_slots:-1L, id);
167 fprintf(stderr, "var_destroy(%ld)\n", var_hash?var_hash->used_slots:-1L);
H A Dstring.c2838 #define L(a) ((a)->l) macro
2906 if (L(&pnr_a->pat) > L(&pnr_b->pat)) {
2908 } else if (L(&pnr_a->pat) < L(&pnr_b->pat)) {
2972 L(&patterns[i].pat) = string_key_len;
2996 if (L(&patterns[i].pat) < res->m) {
2997 res->m = L(&patterns[i].pat);
3072 lastpos = L(text) - d->m;
3095 if (L(&pnr->pat) > L(text) - pos ||
3101 pos += L(&pnr->pat);
3136 L(&text) = slen;
[all …]
/PHP-5.5/ext/standard/tests/file/windows_links/
H A Dbug48746_1.phpt29 $ret = exec($mountvol . " " . $drive . " /L", $output, $ret_val);
/PHP-5.5/ext/sqlite3/
H A Dconfig0.m447 -L$SQLITE3_DIR/$PHP_LIBDIR -lm
/PHP-5.5/ext/standard/tests/strings/
H A Dstripos_variation2.phpt17 'L',
H A Dstrrchr_variation2.phpt17 'L',
H A Dstrrpos_variation1.phpt17 "L",
H A Dstrrpos_variation2.phpt17 'L',
H A Dstripos_variation1.phpt17 "L",
H A Dstrrchr_variation1.phpt17 "L",
H A Dstrripos_variation1.phpt17 "L",
/PHP-5.5/ext/filter/tests/
H A D043.phpt90 string(1) "L"
/PHP-5.5/ext/pdo_sqlite/
H A Dconfig.m466 -L$PDO_SQLITE_DIR/$PHP_LIBDIR -lm
/PHP-5.5/Zend/
H A Dconfigure.in136 LDFLAGS="$LDFLAGS -L/usr/pkg/lib"

Completed in 46 milliseconds

1234567