Home
last modified time | relevance | path

Searched refs:x (Results 1076 – 1100 of 1169) sorted by relevance

1...<<41424344454647

/PHP-5.5/ext/ereg/tests/
H A Deregi_error_002.phpt32 var_dump(eregi('\\', 'x'));
H A Deregi_replace_error_002.phpt25 var_dump(eregi_replace('\\', 'x', "some string"));
H A Dsplit_error_002.phpt32 var_dump(split('\\', 'x'));
H A Dereg_replace_basic_001.phpt43 --> Pattern: '[x]|[^x]'; match: 'abcdef'
H A Deregi_replace_basic_001.phpt43 --> Pattern: '[x]|[^x]'; match: 'abcdef'
/PHP-5.5/
H A DREADME.namespaces34 $x = new Zend\DB\Connection;
45 $x = new Zend\DB\Connection();
H A Dacinclude.m4855 if test "x$5" = "xyes"; then
1045 if test "x$is_it_enabled" = "xno" && test "x$3" != "xtrue"; then
1211 hpux[)] AC_DEFINE(PHP_HPUX_TIME_R,1,[Whether you have HP-UX 10.x]) ;;
1431 [struct flock x;],
1452 socklen_t x;
2266 if test "$PHP_KERBEROS" = "yes" && test -x "$KRB5_CONFIG"; then
2420 dnl For apache 1.3.x static build
2536 if test -x "$i/bin/xml2-config"; then
2543 if test -x "$ac_cv_php_xml2_config_path"; then
2703 chmod +x $1
[all …]
/PHP-5.5/sapi/cgi/
H A DREADME.FastCGI98 AddType application/x-httpd-fastphp .php
99 Action application/x-httpd-fastphp /fcgi-bin/php-cgi
/PHP-5.5/ext/pdo_mysql/
H A Dmysql_statement.c759 #define PDO_MYSQL_NATIVE_TYPE_NAME(x) case FIELD_TYPE_##x: return #x; argument
/PHP-5.5/ext/standard/
H A Durl_scanner_ex.re190 #define scdebug(x) printf x
192 #define scdebug(x)
H A Dscanf.c98 #define UCHAR(x) (zend_uchar)(x) argument
/PHP-5.5/ext/phar/phar/
H A Dpharcommand.inc134 'x' => array(
464 … ONLY files and matching the given regular expression are being packed. If -x is given then files …
571 $invregex = $this->args['x']['val'];
725 $invregex= $this->args['x']['val'];
984 … ONLY files and matching the given regular expression are being packed. If -x is given then files …
1002 $invregex= $this->args['x']['val'];
1313 * @see $phar[$x]->hasMetadata()
1380 * @see $phar[$x]->delMetadata()
/PHP-5.5/ext/standard/tests/file/
H A Dfscanf_variation53.phpt18 $formats = array( "%d", "%f", "%e", "%u", " %s", "%x", "%o");
H A D006_variation2.phpt63 "r+w+x",
/PHP-5.5/ext/mysqli/tests/
H A Dbug49442.phpt116 %unicode|string%(1) "x"
/PHP-5.5/ext/mcrypt/
H A Dmcrypt.c344 #define MCRYPT_ACTION(x) \ argument
346 mcrypt_##x(td, ndata, nsize); \
348 mdecrypt_##x(td, ndata, nsize); \
350 end_mcrypt_##x(td)
/PHP-5.5/ext/standard/tests/general_functions/
H A Dgettype_settype_variation4.phpt47 var $x;
50 function point($x, $y) {
51 $this->x = $x;
/PHP-5.5/ext/gmp/
H A Dgmp.c35 #define GMP_ABS(x) ((x) >= 0 ? (x) : -(x)) argument
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_multi_stmt_nextrowset.phpt68 $stmt = $db->query("SELECT * FROM test; INSERT INTO test (id, label) VALUES (99, 'x')");
/PHP-5.5/ext/soap/interop/
H A Dclient_round2_interop.php163 $x = $this->_getEndpoints($test);
164 return $x;
/PHP-5.5/sapi/thttpd/
H A Dthttpd.c53 #define PHP_SYS_CALL(x) do { x } while (n == -1 && errno == EINTR) argument
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar10x�������"���testcase/gtBasicTestCaseMethod.php�����J����O�����������testcase/gtErrorTestCas…
257 …<class_name> -m <method_name> -b|e|v [-s skipif:ini:clean:done] [-k win|notwin|64b|not64b] [-x ext]
268 -x extension.......................Skipif option, specify extension to check for
435 'x',
711 if($commandLineOptions->hasOption('x')) {
712 $this->skipifExt = $commandLineOptions->getOption('x');
/PHP-5.5/ext/sybase_ct/
H A Dphp_sybase_ct.c250 #define efree_n(x) { efree(x); x = NULL; } argument
251 #define efree_if(x) if (x) efree_n(x) argument
/PHP-5.5/ext/standard/tests/misc/
H A Dbrowscap.ini3053 [FDM 1.x]
15401 [Mozilla/5.0 (Windows; ?; Win 9x 4.90; *rv:1.4*) Gecko/*]
15484 [Mozilla/5.0 (Windows; ?; Win 9x 4.90; *rv:1.5*) Gecko/*]
15567 [Mozilla/5.0 (Windows; ?; Win 9x 4.90; *rv:1.6*) Gecko/*]
15650 [Mozilla/5.0 (Windows; ?; Win 9x 4.90; *rv:1.7*) Gecko/*]
15737 [Mozilla/5.0 (Windows; ?; Win 9x 4.90; *rv:1.8*) Gecko/*]
15824 [Mozilla/5.0 (Windows; ?; Win 9x 4.90; *rv:1.9*) Gecko/*]
15931 [Mozilla/4.0 (compatible; MSIE 5.5; *AOL 9.0; *Win 9x 4.90*)*]
16109 [Mozilla/4.0 (compatible; MSIE 6.0; *AOL 9.0; *Win 9x 4.90*)*]
16287 [Mozilla/4.0 (compatible; MSIE 7.0; *AOL 9.0; *Win 9x 4.90*)*]
[all …]
/PHP-5.5/ext/standard/tests/url/
H A Dbase64_encode_basic_001.phpt20 printf("0x%X: %s\n", $i, $enc);

Completed in 187 milliseconds

1...<<41424344454647