Searched refs:view (Results 1 – 18 of 18) sorted by relevance
/php-src/ext/spl/tests/ |
H A D | bug40036.phpt | 13 $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 D | gh11972.phpt | 29 // e.g. View > query > view > query ...
|
/php-src/ext/dom/tests/ |
H A D | DOMDocument_validate_external_dtd.phpt | 10 // 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 D | pdo_mysql_stmt_errorinfo.phpt | 81 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 D | bug78152.phpt | 33 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 D | bug63185.phpt | 61 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 D | pdo_mysql_stmt_errorcode.phpt | 53 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 D | pdo_mysql_closecursor_error.phpt | 31 Warning: PDOStatement::closeCursor(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s…
|
/php-src/ext/pgsql/tests/ |
H A D | 01createdb.phpt | 34 // Create view here
|
/php-src/docs/ |
H A D | README.md | 25 That's it! You can view the documentation under `./build/html/index.html` in
|
/php-src/ext/phar/tests/files/ |
H A D | pear2coverage.phar | 19 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 D | sockets.c | 2813 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 D | mb_convert_variables.phpt | 11 //$debug = true; // Uncomment this line to view error/warning/notice message in *.out file
|
/php-src/ext/hash/tests/ |
H A D | fnv132.phpt | 150 array( "http://www.sciencenews.org/index/home/activity/view", "87f7505e" ),
|
H A D | fnv164.phpt | 150 array( "http://www.sciencenews.org/index/home/activity/view", "9ebb11573cdcebde" ),
|
/php-src/sapi/fpm/ |
H A D | www.conf.in | 161 ; 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 D | magic私はガラスを食べられます | 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 D | magic | 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 …]
|
Completed in 233 milliseconds