Home
last modified time | relevance | path

Searched refs:x (Results 1001 – 1025 of 1169) sorted by relevance

1...<<41424344454647

/PHP-5.5/ext/pdo_pgsql/
H A Dconfig.m419 if test -x $i/pg_config; then
77 if test -x "$PKG_CONFIG" && $PKG_CONFIG --exists openssl; then
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_libmysql_compat.h49 #define mysql_debug(x) mysqlnd_debug((x)) argument
H A Dmysqlnd_charset.c393 #define UTF16_HIGH_HEAD(x) ((((zend_uchar) (x)) & 0xFC) == 0xD8) argument
394 #define UTF16_LOW_HEAD(x) ((((zend_uchar) (x)) & 0xFC) == 0xDC) argument
/PHP-5.5/ext/standard/tests/general_functions/
H A Dgettype_settype_variation8.phpt47 var $x;
50 function point($x, $y) {
51 $this->x = $x;
/PHP-5.5/
H A DREADME.EXT_SKEL154 bool module_name_drawtext(resource image, string text, resource font, int x, int y [, int color])
160 /* {{{ proto bool module_name_drawtext(resource image, string text, resource font, int x, int y [, …
169 long x;
175 …if (zend_parse_parameters(argc TSRMLS_CC, "rsrll|l", &image, &text, &text_len, &font, &x, &y, &col…
H A DREADME.GIT-RULES48 PHP-5.6 Is used to release the PHP 5.6.x series. This is a current
51 PHP-5.5 Is used to release the PHP 5.5.x series. This is an old
54 PHP-5.4 Is used to release the PHP 5.4.x series. This is an old
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregcomp.c1596 Node* x = node; in compile_tree() local
1603 } while (IS_NOT_NULL(x = NCDR(x))); in compile_tree()
2073 Node *x, *y; in get_min_match_length() local
2076 x = NCAR(y); in get_min_match_length()
2423 tmp = x; x = y; y = tmp; in is_not_included()
2723 Node *x; in subexp_inf_recursive_check() local
2727 x = node; in subexp_inf_recursive_check()
2737 } while (IS_NOT_NULL(x = NCDR(x))); in subexp_inf_recursive_check()
3162 Node *x, *y; in next_setup() local
5616 low = x + 1; in onig_is_in_code_range()
[all …]
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dopenssl.phar36 'ico' => 'image/x-ico',
40 'js' => 'application/x-javascript',
292 …�brandnewphar.phar���� ���file1.txt�����AH����*�ض������hi�'�޵@]_�- ^x���=��Hb�(л2�r/BM�1…
/PHP-5.5/ext/phar/tests/files/
H A Dopenssl.phar36 'ico' => 'image/x-ico',
40 'js' => 'application/x-javascript',
292 …�brandnewphar.phar���� ���file1.txt�����AH����*�ض������hi�'�޵@]_�- ^x���=��Hb�(л2�r/BM�1…
/PHP-5.5/sapi/aolserver/
H A Daolserver.c441 #define safe_strdup(x) ((x)?strdup((x)):NULL) in php_ns_request_ctor() argument
/PHP-5.5/ext/standard/tests/file/
H A Dfread_variation4-win32.phpt57 "x","xb","xt" );
66 if(!strstr($file_mode,"x")){
79 if(strstr($file_mode,"w") || strstr($file_mode,"x") ) {
192 -- File opened in mode x --
311 -- File opened in mode x --
430 -- File opened in mode x --
H A Dfgets_variation4-win32.phpt21 "x+", "x+b", "x+t");
407 -- Testing fgets() with file opened using mode x+ --
463 -- Testing fgets() with file opened using mode x+b --
519 -- Testing fgets() with file opened using mode x+t --
H A Dfgets_variation4.phpt21 "x+", "x+b", "x+t");
407 -- Testing fgets() with file opened using mode x+ --
463 -- Testing fgets() with file opened using mode x+b --
519 -- Testing fgets() with file opened using mode x+t --
H A Dfread_variation4.phpt57 "x","xb","xt" );
66 if(!strstr($file_mode,"x")){
79 if(strstr($file_mode,"w") || strstr($file_mode,"x") ) {
192 -- File opened in mode x --
311 -- File opened in mode x --
430 -- File opened in mode x --
H A Dbasename_bug66395_variation2-win32.phpt18 echo basename("x:y:z:hello\world:my.stream:\$DATA") . "\n";
H A Dfread_variation2.phpt54 "x","xb","xt" );
63 if(!strstr($file_mode,"x")){
76 if(strstr($file_mode,"w") || strstr($file_mode,"x") ) {
200 -- File opened in mode x --
337 -- File opened in mode x --
474 -- File opened in mode x --
611 -- File opened in mode x --
H A Ddisk_free_space_basic.phpt32 $data = str_repeat("x", 4096);
/PHP-5.5/ext/pcre/tests/
H A D004.phpt15 …@/\*.*\*/@SsUe'), array('', 'preg_replace("/[^\r\n]+/S", "", \'$0\')'), "hello\n//x \n/*\ns\n*/"));
/PHP-5.5/ext/reflection/tests/
H A DReflectionProperty_error.phpt12 var_dump(new ReflectionProperty('C', 'p', 'x'));
/PHP-5.5/ext/standard/tests/strings/
H A Dstrip_tags_variation9.phpt45 The quick brown fo x jumped over the lazy dog</p>"
H A Dvfprintf_variation1.phpt50 writeAndDump( $fp, "Testing %b %d %f %o %s %x %X", array( 9, 6, 2.5502, 24, "foobar", 15, 65 ) );
/PHP-5.5/Zend/tests/
H A Dbug37632.phpt67 function __construct($x);
/PHP-5.5/ext/standard/tests/array/
H A Drange.phpt202 string(1) "x"
216 string(1) "x"
H A Darray_diff_assoc_variation7.phpt41 $arr1 = array('zero' => 'x', 'one' => 'y', 'two' => 'z');
/PHP-5.5/ext/bz2/tests/
H A D002.phpt17 $fp = fopen("bz_open_002.txt", "x");
21 $fp = fopen("bz_open_002.txt", "x");

Completed in 53 milliseconds

1...<<41424344454647