Home
last modified time | relevance | path

Searched refs:view (Results 1 – 18 of 18) sorted by relevance

/php-src/ext/spl/tests/
H A Dbug40036.phpt13 $view = new View();
14 $view->foo = false;
15 $view->bar = null;
16 $view->baz = '';
17 if (empty($view['foo']) || empty($view->foo)) {
20 if (empty($view['bar']) || empty($view->bar)) {
23 if (empty($view['baz']) || empty($view->baz)) {
H A Dgh11972.phpt29 // e.g. View > query > view > query ...
/php-src/ext/dom/tests/
H A DDOMDocument_validate_external_dtd.phpt10 // reusing existing xml: http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/dom.xml?view=co&conten…
11 // reusing existing dtd: http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/dom.ent?view=co&conten…
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_errorinfo.phpt81 Warning: PDOStatement::execute(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.pdo…
91 Warning: PDOStatement::execute(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.pdo…
111 Warning: PDO::prepare(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.pdo_mysql_st…
122 Warning: PDOStatement::execute(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.pdo…
H A Dbug78152.phpt33 Warning: PDO::exec(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.bug78152_pdo_my…
35 SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.bug78152_pdo_mysql_bad' doesn't exist
H A Dbug63185.phpt61 SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.no_such_table' doesn't exist
71 SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.no_such_table' doesn't exist
H A Dpdo_mysql_stmt_errorcode.phpt53 Warning: PDOStatement::execute(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.pdo…
57 Warning: PDO::prepare(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.pdo_mysql_st…
H A Dpdo_mysql_closecursor_error.phpt31 Warning: PDOStatement::closeCursor(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s…
/php-src/ext/pgsql/tests/
H A D01createdb.phpt34 // Create view here
/php-src/docs/
H A DREADME.md25 That's it! You can view the documentation under `./build/html/index.html` in
/php-src/ext/phar/tests/files/
H A Dpear2coverage.phar19 protected $view;
23 function __construct(View $view, $rooturl)
25 $this->view = $view;
26 $view->setController($this);
37 return $this->view->TOC($this->sqlite);
45 return $this->view->testTOC($this->sqlite);
50 return $this->view->testTOC($this->sqlite, $_GET['test']);
58 return $this->view->TOC($this->sqlite);
88 $this->sqlite = $this->view->getDatabase();
1608 $view = new Web\View;
[all …]
/php-src/ext/sockets/
H A Dsockets.c2813 LPVOID view = MapViewOfFile(map, FILE_MAP_WRITE, 0, 0, 0); local
2814 if (view) {
2815 memcpy(view, &wi, sizeof(wi));
2816 UnmapViewOfFile(view);
2849 LPVOID view = MapViewOfFile(map, FILE_MAP_READ, 0, 0, 0); local
2850 if (view) {
2851 memcpy(&wi, view, sizeof(WSAPROTOCOL_INFO));
2852 UnmapViewOfFile(view);
/php-src/ext/mbstring/tests/
H A Dmb_convert_variables.phpt11 //$debug = true; // Uncomment this line to view error/warning/notice message in *.out file
/php-src/ext/hash/tests/
H A Dfnv132.phpt150 array( "http://www.sciencenews.org/index/home/activity/view", "87f7505e" ),
H A Dfnv164.phpt150 array( "http://www.sciencenews.org/index/home/activity/view", "9ebb11573cdcebde" ),
/php-src/sapi/fpm/
H A Dwww.conf.in161 ; The URI to view the FPM status page. If this value is not set, no URI will be
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます4732 # URL: https://kodi.wiki/view/TexturePacker
24123 # https://searchcode.com/codesearch/view/2173420/
25037 >24 string VIEW data view
27540 # https://bugs.astron.com/view.php?id=186
34405 0 regex/128l li:pcb-rnd-view-list-v[0-9]+[\ \t\r\n]*[{] pcb-rnd view list (lihata)
34406 0 regex/128l li:view-list-v[0-9]+[\ \t\r\n]*[{] pcb-rnd view list (lihata)
35077 0 string #pmchart PCP pmchart view
35080 0 string #kmchart PCP pmchart view
35808 >>0 use 5view-le
35809 0 name 5view-le
[all …]
H A Dmagic4732 # URL: https://kodi.wiki/view/TexturePacker
24123 # https://searchcode.com/codesearch/view/2173420/
25037 >24 string VIEW data view
27540 # https://bugs.astron.com/view.php?id=186
34405 0 regex/128l li:pcb-rnd-view-list-v[0-9]+[\ \t\r\n]*[{] pcb-rnd view list (lihata)
34406 0 regex/128l li:view-list-v[0-9]+[\ \t\r\n]*[{] pcb-rnd view list (lihata)
35077 0 string #pmchart PCP pmchart view
35080 0 string #kmchart PCP pmchart view
35808 >>0 use 5view-le
35809 0 name 5view-le
[all …]

Completed in 233 milliseconds