Home
last modified time | relevance | path

Searched refs:z (Results 301 – 325 of 388) sorted by relevance

1...<<111213141516

/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput7124 /[z-\x{100}]/8iDZ
137 z
138 0: z
162 /[z-\x{100}]/8DZi
365 0: z
1622 /\pN+\z/BZ
1626 \z
1631 /\PN+\z/BZ
1635 \z
2210 /\X+\D \X+\d \X+\S \X+\s \X+\W \X+\w \X+. \X+\C \X+\R \X+\H \X+\h \X+\V \X+\v \X+\X \X+\Z \X+\z \X+…
[all …]
H A Dtestinput4339 /[z-\x{200}]/8
437 /[z-\x{100}]/8i
438 z
H A Dtestinput10540 /[z-\x{100}]/8i
542 z
555 /[z-\x{100}]/8i
1106 /[z\x{1e9e}]+/8i
1112 /[z\x{00df}]+/8i
1118 /[z\x{1f88}]+/8i
H A Dtestinput9395 /[z-\x{200}]/8
493 /[z-\x{100}]/8i
494 z
/PHP-5.5/sapi/litespeed/
H A Dlsapilib.c3414 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
3415 #define F2(x, y, z) F1(z, x, y) argument
3416 #define F3(x, y, z) (x ^ y ^ z) argument
3417 #define F4(x, y, z) (y ^ (x | ~z)) argument
3420 #define MD5STEP(f, w, x, y, z, data, s) \ argument
3421 ( w += f(x, y, z) + data, w = w<<s | w>>(32-s), w += x )
/PHP-5.5/ext/pdo_sqlite/
H A Dconfig.m449 if test -z "$PDO_SQLITE_DIR"; then
/PHP-5.5/ext/standard/tests/array/
H A Drange_errors.phpt29 var_dump( range("a", "j", "z") );
H A Darray_walk_recursive_variation6.phpt68 $input = array( "a" => "Apple", 'z' => array('b' => 'Bananna', "c" => "carrot"), 'x' => array('o' =…
/PHP-5.5/ext/standard/tests/serialize/
H A Dserialization_objects_002.phpt45 function __construct( $w, $x, $y, $z ) {
49 $this->d = $z;
/PHP-5.5/ext/imap/
H A Dconfig.m4197 if test -z "$IMAP_DIR"; then
213 if test -z "$IMAP_LIBDIR"; then
/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c124 zval *z = (zval *)rsrc->ptr; in php_apache_request_free() local
126 zval_ptr_dtor(&z); in php_apache_request_free()
129 static request_rec *get_apache_request(zval *z TSRMLS_DC) in get_apache_request()
134 if (NULL == z) { in get_apache_request()
139 if (Z_TYPE_P(z) != IS_OBJECT) { in get_apache_request()
144 if (zend_hash_index_find(Z_OBJPROP_P(z), 0, (void **)&addr) == FAILURE) { in get_apache_request()
/PHP-5.5/ext/ftp/tests/
H A Dserver.inc262 } elseif (preg_match("~^CWD ([A-Za-z./]+)\r\n$~", $buf, $m)) {
266 } elseif (preg_match("~^NLST(?: ([A-Za-z./]+))?\r\n$~", $buf, $m)) {
293 } elseif (preg_match("~^MKD ([A-Za-z./]+)\r\n$~", $buf, $m)) {
/PHP-5.5/Zend/
H A Dconfigure.in114 test -z "$CFLAGS" && auto_cflags=1
/PHP-5.5/ext/curl/
H A Dconfig.m422 if test -z "$CURL_DIR"; then
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param.phpt88 $label = "z";
339 $id = 100; $label = 'z';
344 printf("[2007] Expecting record 100/z, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
349 if ($row['id'] != 100 || $row['label'] != 'z') {
H A Dmysqli_stmt_field_count.phpt66 if (!mysqli_stmt_prepare($stmt, "UPDATE test SET label = 'z' WHERE id = 1") ||
H A Dbug49442.phpt128 %unicode|string%(1) "z"
H A Dmysqli_stmt_num_rows.phpt61 func_test_mysqli_stmt_num_rows($stmt, "INSERT INTO test(id, label) VALUES (100, 'z')", 0, 30);
/PHP-5.5/
H A Dacinclude.m4128 if test -z "$host_alias" && test -n "$host"; then
131 if test -z "$host_alias"; then
651 if test -z "$LIBTOOL"; then
762 if test -z "$php_cxx_done"; then
2261 if test -z "$KRB5_CONFIG"; then
2319 test -z "$PHP_OPENSSL" && PHP_OPENSSL=no
2320 test -z "$PHP_IMAP_SSL" && PHP_IMAP_SSL=no
2330 if test -z "$PKG_CONFIG"; then
2370 if test -z "$OPENSSL_INCDIR"; then
2374 if test -z "$OPENSSL_LIBDIR"; then
[all …]
/PHP-5.5/ext/mbstring/tests/
H A Dmb_split_variation3.phpt19 $pattern = '[a-z]';
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_autocommit.phpt60 $db->query("INSERT INTO test(id, label) VALUES (100, 'z')");
H A Dpdo_mysql_begintransaction.phpt62 $db->exec(sprintf("INSERT INTO test(id, label) VALUES (%d, 'z')", $row['id']));
201 %unicode|string%(1) "z"
H A Dpdo_mysql_last_insert_id.phpt94 $db->exec("INSERT INTO test(col1) VALUES ('z')");
/PHP-5.5/ext/dba/
H A Dconfig.m431 if test -z "$THIS_INCLUDE"; then
34 if test -z "$THIS_LIBS"; then
234 if test -z "$THIS_INCLUDE"; then
263 if test -z "$THIS_LIBS"; then
/PHP-5.5/ext/mbstring/oniguruma/
H A DREADME.ja187 ? ONIG_OPTION_NOTBOS/NOTEOS�ɲ� (\A, \z, \Z)

Completed in 68 milliseconds

1...<<111213141516