Home
last modified time | relevance | path

Searched refs:z (Results 326 – 350 of 388) sorted by relevance

1...<<111213141516

/PHP-5.5/ext/phar/
H A Dphar_internal.h83 # define ALLOC_PERMANENT_ZVAL(z) \ argument
84 (z) = (zval*)malloc(sizeof(zval))
H A Dphar.c1242 const char *ext_str, *z; local
1303 …if (ext_len > 3 && (z = memchr(ext_str, 'z', ext_len)) && ((ext_str + ext_len) - z >= 2) && !memcm…
1308 …if (ext_len > 3 && (z = memchr(ext_str, 't', ext_len)) && ((ext_str + ext_len) - z >= 2) && !memcm…
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_affected_rows.phpt51 if (!mysqli_stmt_prepare($stmt, "INSERT INTO test(id, label) VALUES (100, 'z')") ||
61 if (!mysqli_stmt_prepare($stmt, "INSERT INTO test(id, label) VALUES (100, 'z')") ||
H A Dmysqli_real_connect_pconn.phpt107 fwrite($fp, '100;z');
H A Dmysqli_class_mysqli_stmt_interface.phpt87 if (!$stmt->prepare("INSERT INTO test(id, label) VALUES (100, 'z')") ||
H A Dmysqli_stmt_execute.phpt59 $label = "z";
H A Dmysqli_report.phpt220 if (!mysqli_query($link, "INSERT INTO test(id, label) VALUES ($i, 'z')"))
275 if (!mysqli_query($link, "INSERT INTO test(id, label) VALUES (100, 'z')", MYSQLI_USE_RESULT) ||
/PHP-5.5/sapi/apache2filter/
H A Dconfig.m471 if test -z `$APXS -q SYSCONFDIR`; then
/PHP-5.5/ext/standard/tests/strings/
H A Dcrypt_blowfish.phpt47 array('$2z$05$CCCCCCCCCCCCCCCCCCCCC.', '*0'),
H A Dsubstr.phpt217 string(6) "c�xy�z"
/PHP-5.5/ext/standard/tests/array/
H A Dend_64bit.phpt18 range('a', 'z', 2 ),
H A Dend.phpt18 range('a', 'z', 2 ),
/PHP-5.5/ext/bcmath/libbcmath/
H A Daclocal.m4116 <<test -z "<<$>>CONFIG_HEADERS" || echo timestamp > patsubst(<<$1>>, <<^\([^:]*/\)?.*>>, <<\1>>)sta…
/PHP-5.5/sapi/apache2handler/
H A Dconfig.m470 if test -z `$APXS -q SYSCONFDIR`; then
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput1442 /a*(b+)(z)(z)/P
H A Dtestoutput10950 0: z
960 0: z
1054 /[z-\x{100}]/8i
1057 z
1058 0: z
1082 /[z-\x{100}]/8i
2107 /[z\x{1e9e}]+/8i
2115 /[z\x{00df}]+/8i
2123 /[z\x{1f88}]+/8i
H A Dtestoutput18-16346 Z [ \ ] ^ _ ` c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ \x7f
571 Need char = 'z'
771 i j k l m n o p q r s t u v w x y z { | } ~ \x7f \x80 \x81 \x82 \x83 \x84
H A Dtestoutput18-32344 Z [ \ ] ^ _ ` c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ \x7f
569 Need char = 'z'
768 i j k l m n o p q r s t u v w x y z { | } ~ \x7f \x80 \x81 \x82 \x83 \x84
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd.h238 #define mysqlnd_stmt_bind_one_param(stmt,n,z,t) (stmt)->m->bind_one_parameter((stmt), (n), (z), (t… argument
/PHP-5.5/ext/date/lib/
H A Dparse_iso_intervals.re452 in.begin->z = 0;
465 in.end->z = 0;
/PHP-5.5/ext/pcntl/
H A Dpcntl.c25 #define IF_DEBUG(z) z argument
27 #define IF_DEBUG(z) argument
/PHP-5.5/ext/standard/
H A Dfile.c932 char *z = memchr(posix_mode, 'b', mode_len); in PHP_FUNCTION() local
933 if (z) { in PHP_FUNCTION()
934 memmove(z, z + 1, mode_len - (z - posix_mode)); in PHP_FUNCTION()
/PHP-5.5/ext/ldap/
H A Dconfig.m4105 if test -z "$LDAP_DIR"; then
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_getcolumnmeta.phpt201 test_meta($db, 400, 'CHAR(255)', str_repeat('z', 255), 'STRING', PDO::PARAM_STR);
204 test_meta($db, 430, 'VARCHAR(255)', str_repeat('z', 255), 'VAR_STRING', PDO::PARAM_STR);
/PHP-5.5/ext/filter/docs/
H A Dfilter.txt267 comments in the email address) (a-z A-Z 0-9 " ! # $
274 correctly formed URI. (a-z A-Z 0-9 $ - _ . + ! * ' (

Completed in 65 milliseconds

1...<<111213141516