Home
last modified time | relevance | path

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

12345678910>>...15

/PHP-5.3/ext/openssl/tests/
H A D001.phpt15 for ($z = "", $i = 0; $i < 1024; $i++) {
16 $z .= $i * $i;
H A Dbug47828.phpt23 REj5OQvq+z+NP/n/AgMBAAGjODA2MBMGA1UdJQQMMAoGCCsGAQUFBwMBMAwGA1Ud
/PHP-5.3/ext/standard/tests/general_functions/
H A Dphp_uname_error.phpt16 var_dump( php_uname('z') == php_uname('z') );
/PHP-5.3/ext/intl/msgformat/
H A Dmsgformat_format.c31 #define Z_ADDREF_P(z) ((z)->refcount++) argument
/PHP-5.3/ext/date/tests/
H A D009.phpt17 …C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U %V %W %w %x %X %y %Y %Z %z %%", $t));
25 …C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U %V %W %w %x %X %y %Y %Z %z %%", $t));
/PHP-5.3/tests/lang/
H A Dengine_assignExecutionOrder_002.phpt68 // expect y and z to be undefined
69 list($y,$z) = array();
70 echo "Y=$y,Z=$z\n";
/PHP-5.3/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.3/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.3/sapi/roxen/
H A Dconfig.m429 if test -z "$PIKE_INCLUDE_DIR" || test -z "$PIKE_MODULE_DIR"; then
/PHP-5.3/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.3/ext/json/
H A DJSON_parser.c294 static void json_create_zval(zval **z, smart_str *buf, int type) in json_create_zval() argument
296 ALLOC_INIT_ZVAL(*z); in json_create_zval()
316 ZVAL_LONG(*z, strtol(buf->c, NULL, 10)); in json_create_zval()
321 ZVAL_DOUBLE(*z, zend_strtod(buf->c, NULL)); in json_create_zval()
325 ZVAL_STRINGL(*z, buf->c, buf->len, 1); in json_create_zval()
329 ZVAL_BOOL(*z, (*(buf->c) == 't')); in json_create_zval()
333 ZVAL_NULL(*z); in json_create_zval()
423 parse_JSON(JSON_parser jp, zval *z, unsigned short utf16_json[], int length, int assoc TSRMLS_DC) in parse_JSON() argument
586 obj = z; in parse_JSON()
619 arr = z; in parse_JSON()
[all …]
/PHP-5.3/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.3/ext/readline/
H A Dconfig.m421 if test -z "$READLINE_DIR"; then
71 if test -z "$LIBEDIT_DIR"; then
/PHP-5.3/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.3/ext/date/lib/
H A Dtm2unixtime.c368 return tz->z * 60; in do_adjust_timezone()
375 tmp = tz->z; in do_adjust_timezone()
406 tmp = -tz->z; in do_adjust_timezone()
415 tz->z = gmt_offset->offset; in do_adjust_timezone()
458 time.y, time.m, time.d, time.h, time.i, time.s, time.f, time.z, time.dst);
/PHP-5.3/ext/ftp/
H A Dconfig.m416 test -z "$PHP_OPENSSL" && PHP_OPENSSL=no
/PHP-5.3/ext/xmlwriter/
H A Dconfig.m48 if test -z "$PHP_LIBXML_DIR"; then
/PHP-5.3/ext/libxml/
H A Dconfig0.m48 if test -z "$PHP_LIBXML_DIR"; then
/PHP-5.3/Zend/
H A Dzend_vm_def.h359 if (z) {
360 if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) {
361 zval *value = Z_OBJ_HT_P(z)->get(z TSRMLS_CC);
368 z = value;
372 binary_op(z, z, value TSRMLS_CC);
596 if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) {
597 zval *value = Z_OBJ_HT_P(z)->get(z TSRMLS_CC);
604 z = value;
691 if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) {
692 zval *value = Z_OBJ_HT_P(z)->get(z TSRMLS_CC);
[all …]
/PHP-5.3/ext/reflection/tests/
H A Dparameters_001.phpt23 $p = new ReflectionParameter(array('Test', 'func'), 'z');
/PHP-5.3/ext/xmlreader/
H A Dconfig.m48 if test -z "$PHP_LIBXML_DIR"; then

Completed in 76 milliseconds

12345678910>>...15