Home
last modified time | relevance | path

Searched refs:z (Results 1 – 25 of 388) sorted by last modified time

12345678910>>...16

/PHP-5.5/win32/
H A Dinstall.txt1264 order: HKEY_LOCAL_MACHINE\SOFTWARE\PHP\x.y.z\IniFilePath,
1266 HKEY_LOCAL_MACHINE\SOFTWARE\PHP\x\IniFilePath, where x, y and z
/PHP-5.5/tests/lang/
H A DpassByReference_009.phpt11 function foo2($x, &$y, $z)
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";
H A Dexecution_order.phpt74 $z = $x - ($x++);
76 echo $z;
80 $z = ($x++) - $x;
82 echo $z;
86 $z = $x - (++$x);
88 echo $z;
92 $z = (++$x) - $x;
94 echo $z;
100 $z = $x - ($x=$y);
102 echo $z;
[all …]
/PHP-5.5/tests/classes/
H A D__set__get_001.phpt45 $foo->z++;
56 Getting [z]
58 Setting [z] to 1
/PHP-5.5/scripts/
H A Dphpize.m420 test -z "$CFLAGS" && auto_cflags=1
49 if test -z "$prefix"; then
/PHP-5.5/sapi/roxen/
H A Dconfig.m429 if test -z "$PIKE_INCLUDE_DIR" || test -z "$PIKE_MODULE_DIR"; then
/PHP-5.5/scripts/dev/
H A Dcheck_parameters.php126 foreach ($y as $z) {
127 $ret[$z[2]] = array($x[1] . $z[1], $z[3]);
/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/sapi/nsapi/
H A Dconfig.m425 if test -z "$NSAPI_INCLUDE"; then
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in424 ; %d/%b/%Y:%H:%M:%S %z (default)
427 ; %d/%b/%Y:%H:%M:%S %z (default)
H A Dconfig.m4570 if test -z "$PKG_CONFIG"; then
598 if test $HAVE_SD_DAEMON_H = "no" || test -z "${SYSTEMD_LIBS}"; then
613 if test -z "$PHP_FPM_USER" -o "$PHP_FPM_USER" = "yes" -o "$PHP_FPM_USER" = "no"; then
619 if test -z "$PHP_FPM_GROUP" -o "$PHP_FPM_GROUP" = "yes" -o "$PHP_FPM_GROUP" = "no"; 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()
H A Dconfig.m499 if test -z `$APXS -q SYSCONFDIR`; then
113 if test -z "`$APXS -q LD_SHLIB`" || test "`$APXS -q LIBEXECDIR`" = "modules"; then
237 if test -z "$enable_mod_charset" && test "$with_mod_charset"; then
/PHP-5.5/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.5/sapi/apache2filter/
H A Dconfig.m471 if test -z `$APXS -q SYSCONFDIR`; then
/PHP-5.5/sapi/apache2handler/
H A Dconfig.m470 if test -z `$APXS -q SYSCONFDIR`; then
/PHP-5.5/sapi/aolserver/
H A Dconfig.m414 if test -z "$PHP_AOLSERVER_SRC" || test ! -d $PHP_AOLSERVER_SRC/include; then
/PHP-5.5/sapi/apache/
H A Dconfig.m498 if test -z `$APXS -q SYSCONFDIR`; then
112 if test -z "`$APXS -q LD_SHLIB`" || test "`$APXS -q LIBEXECDIR`" = "modules"; then
235 if test -z "$enable_mod_charset" && test "$with_mod_charset"; then
/PHP-5.5/
H A Dphp.ini-development1533 ; 6 (6 bits: 0-9, a-z, A-Z, "-", ",")
H A Dphp.ini-production1533 ; 6 (6 bits: 0-9, a-z, A-Z, "-", ",")
H A Dltmain.sh270 for z in $available_tags; do
271 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then
273 …val "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$…
289 tagname=$z
/PHP-5.5/main/
H A Doutput.c72 static int php_output_stack_apply_list(void *h, void *z);
73 static int php_output_stack_apply_status(void *h, void *z);
1171 static int php_output_stack_apply_list(void *h, void *z) in php_output_stack_apply_list() argument
1174 zval *array = (zval *) z; in php_output_stack_apply_list()
1183 static int php_output_stack_apply_status(void *h, void *z) in php_output_stack_apply_status() argument
1186 zval *array = (zval *) z; in php_output_stack_apply_status()
/PHP-5.5/ext/zip/tests/
H A Doo_ext_zip.phpt21 $z = new myZip;
H A Dutils.inc3 function dump_entries_name($z) {
4 for($i=0; $i<$z->numFiles; $i++) {
5 $sb = $z->statIndex($i);

Completed in 73 milliseconds

12345678910>>...16