Home
last modified time | relevance | path

Searched refs:z (Results 151 – 175 of 365) sorted by relevance

12345678910>>...15

/PHP-5.4/sapi/roxen/
H A Dconfig.m429 if test -z "$PIKE_INCLUDE_DIR" || test -z "$PIKE_MODULE_DIR"; then
/PHP-5.4/ext/pcre/tests/
H A Dpreg_replace_basic.phpt15 var_dump(preg_replace('<(^[a-z]\w+)@(\w+)\.(\w+)\.([a-z]{2,}$)>', '\\1 at \\2 dot \\3 dot \\4', 'jo…
H A Dpreg_replace_edit_basic.phpt29 var_dump(preg_replace('<(^[a-z]\w+)@(\w+)\.(\w+)\.([a-z]{2,}$)>',
H A Dpreg_match_all_error3.phpt13 $regex = '/[a-z]/';
H A Dpreg_replace_callback2.phpt11 var_dump(preg_replace_callback('/\w/', 'f', 'z'));
/PHP-5.4/ext/standard/tests/array/
H A Darray_key_exists_object2.phpt43 $class2 = new myClass('x', 'y', 'z');
82 %unicode|string%(1) "z"
H A D007.phpt17 'z'=>'foo',
39 'z'=>'equal'
185 'z' => 'foo',
208 'z' => 'equal',
235 ["z"]=>
/PHP-5.4/sapi/caudium/
H A Dconfig.m431 if test -z "$PIKE_INCLUDE_DIR" || test -z "$PIKE_MODULE_DIR"; then
62 if test -z "$PIKE_CMAJOR_VERSION"; then
/PHP-5.4/ext/phar/tests/
H A Dfatal_error_webphar.phpt18 Parse error: syntax error, unexpected %s, expecting %s in phar://%r([A-Za-z]:)?%r/%sfatal_error_web…
/PHP-5.4/ext/json/
H A DJSON_parser.c294 static void json_create_zval(zval **z, smart_str *buf, int type, int options) in json_create_zval() argument
296 ALLOC_INIT_ZVAL(*z); in json_create_zval()
331 ZVAL_LONG(*z, strtol(buf->c, NULL, 10)); in json_create_zval()
336 ZVAL_DOUBLE(*z, zend_strtod(buf->c, NULL)); in json_create_zval()
341 ZVAL_STRINGL(*z, buf->c, buf->len, 1); in json_create_zval()
345 ZVAL_BOOL(*z, (*(buf->c) == 't')); in json_create_zval()
349 ZVAL_NULL(*z); in json_create_zval()
439 parse_JSON_ex(JSON_parser jp, zval *z, unsigned short utf16_json[], int length, int options TSRMLS_… in parse_JSON_ex() argument
603 obj = z; in parse_JSON_ex()
636 arr = z; in parse_JSON_ex()
[all …]
H A Djson.c658 zval *z; in php_json_decode_ex() local
679 ALLOC_INIT_ZVAL(z); in php_json_decode_ex()
681 if (parse_JSON_ex(jp, z, utf16, utf16_len, options TSRMLS_CC)) { in php_json_decode_ex()
682 *return_value = *z; in php_json_decode_ex()
754 zval_dtor(z); in php_json_decode_ex()
756 FREE_ZVAL(z); in php_json_decode_ex()
/PHP-5.4/ext/hash/
H A Dhash_ripemd.c140 #define F0(x,y,z) ((x) ^ (y) ^ (z)) argument
141 #define F1(x,y,z) (((x) & (y)) | ((~(x)) & (z))) argument
142 #define F2(x,y,z) (((x) | (~(y))) ^ (z)) argument
143 #define F3(x,y,z) (((x) & (z)) | ((y) & (~(z)))) argument
144 #define F4(x,y,z) ((x) ^ ((y) | (~(z)))) argument
/PHP-5.4/ext/standard/
H A Dmath.c217 static double php_asinh(double z) in php_asinh() argument
220 return(asinh(z)); in php_asinh()
222 return(log(z + sqrt(1 + pow(z, 2))) / log(M_E)); in php_asinh()
241 static double php_atanh(double z) in php_atanh() argument
244 return(atanh(z)); in php_atanh()
246 return(0.5 * log((1 + z) / (1 - z))); in php_atanh()
/PHP-5.4/ext/pcre/pcrelib/testdata/
H A Dtestinput236 /(abc|a+z)/I
49 /z{65536}/
65 /[z-a]/
73 /(?z)abc/
138 /ab(?z)cd/
2880 /(?(?=[^a-z]+[a-z]) \d{2}-[a-z]{3}-\d{2} | \d{2}-\d{2}-\d{2} ) /xSI
3127 /abc\z/
3159 /(a\1z)/BZ
3423 /z(*ACCEPT)a/+I
3451 /(a\1z)/BZ
[all …]
/PHP-5.4/ext/date/lib/
H A Dtm2unixtime.c367 return tz->z * 60; in do_adjust_timezone()
374 tmp = tz->z; in do_adjust_timezone()
405 tmp = -tz->z; in do_adjust_timezone()
414 tz->z = gmt_offset->offset; in do_adjust_timezone()
457 time.y, time.m, time.d, time.h, time.i, time.s, time.f, time.z, time.dst);
/PHP-5.4/ext/ftp/
H A Dconfig.m416 test -z "$PHP_OPENSSL" && PHP_OPENSSL=no
/PHP-5.4/Zend/
H A Dzend_vm_def.h392 if (z) {
393 if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) {
394 zval *value = Z_OBJ_HT_P(z)->get(z TSRMLS_CC);
401 z = value;
405 binary_op(z, z, value TSRMLS_CC);
646 zval *value = Z_OBJ_HT_P(z)->get(z TSRMLS_CC);
653 z = value;
658 *retval = z;
748 zval *value = Z_OBJ_HT_P(z)->get(z TSRMLS_CC);
755 z = value;
[all …]
/PHP-5.4/ext/openssl/tests/
H A Dbug47828.phpt23 REj5OQvq+z+NP/n/AgMBAAGjODA2MBMGA1UdJQQMMAoGCCsGAQUFBwMBMAwGA1Ud
/PHP-5.4/ext/xmlwriter/
H A Dconfig.m48 if test -z "$PHP_LIBXML_DIR"; then
/PHP-5.4/ext/libxml/
H A Dconfig0.m48 if test -z "$PHP_LIBXML_DIR"; then
/PHP-5.4/ext/xmlreader/
H A Dconfig.m48 if test -z "$PHP_LIBXML_DIR"; then
/PHP-5.4/ext/reflection/tests/
H A Dparameters_001.phpt23 $p = new ReflectionParameter(array('Test', 'func'), 'z');
/PHP-5.4/ext/xmlrpc/
H A Dconfig.m413 if test -z "$PHP_LIBXML_DIR"; then
71 if test -z "$PHP_ICONV" || test "$PHP_ICONV" = "no"; then
113 if test -z "$XMLRPC_DIR"; then
/PHP-5.4/ext/pcre/
H A Dconfig0.m418 if test -z "$PCRE_INCDIR"; then
28 if test -z "$PCRE_LIBDIR" ; then
/PHP-5.4/ext/readline/
H A Dconfig.m421 if test -z "$READLINE_DIR"; then
78 if test -z "$LIBEDIT_DIR"; then

Completed in 76 milliseconds

12345678910>>...15