Home
last modified time | relevance | path

Searched refs:e (Results 1 – 25 of 1371) sorted by last modified time

12345678910>>...55

/PHP-5.5/win32/
H A Dsendmail.c632 char c, *e2, *e = data_cln + data_cln_len; in SendText() local
635 while (e - p > 1024) { in SendText()
H A Dinstall.txt63 have a web server (e.g. Apache on Linux and MacOS X; IIS on Windows).
78 If you are also interested to use PHP for command line scripting (e.g.
137 (i.e. C:\WINDOWS) folder and while this simplifies the installation
233 sapi folders to the main folder (e.g. C:\php).
265 a SAPI module, the web server's directory (e.g. C:\Program
300 your php.ini (e.g. make it readable by Everyone).
338 (php5activescript.dll) and place it in the main PHP folder (e.g.
770 "On","Off",... (this will not work correctly), e.g.
932 parse (i.e. .php) into the field File extensions (.xxx).
934 executable i.e. C:\php\php-cgi.exe.
[all …]
/PHP-5.5/win32/build/
H A Dconfutils.js131 var e = WshShell.Exec(command_line);
134 ret = e.StdOut.ReadAll();
961 } catch (e) {
1173 } catch (e) {
1194 } catch (e) {
1199 } catch (e) {
H A Dcvsclean.js107 var e = WshShell.Exec("svn propget svn:ignore " + dirname);
110 while (!e.StdOut.atEndOfStream) {
111 l = e.StdOut.ReadLine();
H A Dphpize.js.in252 C.WriteLine("} catch (e) {");
253 C.WriteLine('\tSTDOUT.WriteLine("problem: " + e);');
H A Dsvnclean.js107 var e = WshShell.Exec("svn propget svn:ignore " + dirname);
110 while (!e.StdOut.atEndOfStream) {
111 l = e.StdOut.ReadLine();
H A Dtemplate.rc22 #ifndef INTERNAL_NAME /* e.g. 'PHAR extension', 'CGI SAPI' */
24 #define INTERNAL_NAME FILE_DESCRIPTION /* e.g. 'PHP Script Interpreter', 'GD imaging' */
26 #define INTERNAL_NAME FILE_NAME /* e.g. 'php5ts.dll', 'php_bz2.dll' */
/PHP-5.5/tests/strings/
H A Dbug22592.phpt26 string(6) "a*c*e*"
27 string(6) "a*c*e*"
/PHP-5.5/tests/
H A Dquicktester.inc59 $result = abs(($left-$right) / $left) < 1e-12;
/PHP-5.5/tests/lang/
H A Dstatic_basic_001.phpt23 static $a, $b=10, $c=20, $d, $e=30;
28 echo "Initialised to 30: $e\n";
33 $e++;
H A Dstatic_variation_002.phpt32 $e = new E;
33 $e->f();
H A DforeachLoopIteratorAggregate.002.phpt36 } catch (Exception $e) {
37 echo $e->getLine() . ": " . $e->getMessage() ."\n";
H A DforeachLoopObjects.001.phpt11 private $e = "Original e";
H A DforeachLoopObjects.002.phpt11 private $e = "Original e";
66 private $e = "Overridden e";
189 ["e":"C":private]=>
214 ["e":"C":private]=>
235 ["e":"E":private]=>
241 ["e":"C":private]=>
264 ["e":"C":private]=>
289 ["e":"C":private]=>
310 ["e":"E":private]=>
316 ["e":"C":private]=>
[all …]
H A DforeachLoopObjects.003.phpt11 private $e = "Original e";
101 ["e":"C":private]=>
102 string(10) "Original e"
115 ["e":"C":private]=>
116 string(10) "Original e"
129 ["e":"C":private]=>
130 string(10) "Original e"
155 ["e":"C":private]=>
205 ["e":"C":private]=>
238 ["e":"C":private]=>
[all …]
H A DforeachLoopObjects.004.phpt11 public $e = "Original e";
44 string(10) "Original e"
52 ["e"]=>
53 string(10) "Original e"
H A DforeachLoopObjects.005.phpt11 public $e = "Original e";
51 string(10) "Original e"
59 ["e"]=>
60 string(10) "Original e"
68 string(10) "Original e"
76 ["e"]=>
77 string(10) "Original e"
H A DforeachLoopObjects.006.phpt11 public $e = "Original e";
21 $obj2->e = "new e";
81 string(5) "new e"
92 ["e"]=>
93 string(5) "new e"
135 string(10) "Original e"
145 ["e"]=>
146 string(10) "Original e"
H A Dbug22592.phpt32 $e = $result[1] = $result[6];
34 var_dump($a, $b, $c, $d, $e);
H A Dbug24403.phpt21 Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in %s …
H A Dbug24640.phpt17 test(1.7e+300);
18 test(1.7e-300);
19 test(1.7e+79);
20 test(1.7e-79);
21 test(1.7e+80);
22 test(1.7e-80);
23 test(1.7e+81);
24 test(1.7e-81);
25 test(1.7e+319);
26 test(1.7e-319);
[all …]
H A Dengine_assignExecutionOrder_002.phpt22 // the f++++ makes f into 2, so $e 0 and 1 should both be 30
23 $e = array(0,0);
29 list($e[$f++],$e[$f++]) = $g[$f];
31 var_dump($e);
H A DforeachLoop.001.phpt19 foreach (array("d","e","f") as $v) {
22 foreach (array("d","e","f") as $k => $v) {
52 string(1) "e"
57 string(1) "e"
H A D024.phpt9 * right now, each test focuses in one aspect only (e.g. variable aliasing, arithemtic operator,
H A D038.phpt28 catch (Exception $e)
30 $trace = $e->getTrace();

Completed in 114 milliseconds

12345678910>>...55