Home
last modified time | relevance | path

Searched refs:_x (Results 1 – 5 of 5) sorted by relevance

/PHP-5.3/Zend/tests/
H A Dunset_cv07.phpt7 $_x = "1\n";
8 echo $_x;
10 echo $_x;
/PHP-5.3/win32/build/
H A DMakefile.phpize23 @for %D in (_x $(BUILD_DIRS_SUB)) do @if exist %D @rd /s /q %D
28 @for %D in (_x $(BUILD_DIRS_SUB)) do @if exist %D @del /F /Q %D\*.* > NUL
H A DMakefile101 @for %D in (_x $(EXT_TARGETS)) do @if exist $(BUILD_DIR)\%D @del /F /Q $(BUILD_DIR)\%D > NUL
102 @for %D in (_x $(PECL_TARGETS)) do @if exist $(BUILD_DIR)\%D @del /F /Q $(BUILD_DIR)\%D > NUL
103 @for %D in (_x $(SAPI_TARGETS)) do @if exist $(BUILD_DIR)\%D @del /F /Q $(BUILD_DIR)\%D > NUL
109 @for %D in (_x $(BUILD_DIRS_SUB)) do @if exist %D @del /F /Q %D\*.* > NUL
121 @for %D in (_x $(BUILD_DIRS_SUB)) do @if exist %D @rd /s /q %D
/PHP-5.3/ext/soap/interop/
H A Dclient_round2_params.php140 for ($_x = 0; $_x < $x; $_x++) {
142 $a[$_x][$_y] = "x{$_x}y{$_y}";
/PHP-5.3/Zend/
H A Dzend_strtod.c992 static double ulp (double _x) in ulp() argument
998 value(x) = _x; in ulp()

Completed in 19 milliseconds