Home
last modified time | relevance | path

Searched refs:toggle (Results 1 – 8 of 8) sorted by relevance

/php-src/ext/dom/tests/modern/token_list/
H A Dtoggle.phpt2 TokenList: toggle
14 var_dump($list->toggle("A", true));
20 var_dump($list->toggle("A"));
26 var_dump($list->toggle("A", false));
32 var_dump($list->toggle("B", false));
38 var_dump($list->toggle("D"));
44 var_dump($list->toggle("C"));
51 $list->toggle('E');
H A Dtoggle_error.phpt2 TokenList: toggle errors
13 $list->toggle("\0");
19 $list->toggle("a b");
26 Dom\TokenList::toggle(): Argument #1 ($token) must not contain any null bytes
/php-src/ext/dom/tests/bug79701/
H A Dtoggle.phpt2 Bug #79701 (getElementById does not correctly work with duplicate definitions) - toggle variation
/php-src/ext/dom/
H A Dtoken_list.c509 PHP_METHOD(Dom_TokenList, toggle) in PHP_METHOD() argument
H A Dphp_dom.stub.php2113 public function toggle(string $token, ?bool $force = null): bool {} function in Dom\\TokenList
H A Dphp_dom_arginfo.h1314 ZEND_METHOD(Dom_TokenList, toggle);
1777 ZEND_ME(Dom_TokenList, toggle, arginfo_class_Dom_TokenList_toggle, ZEND_ACC_PUBLIC)
/php-src/
H A Dphp.ini-development1491 ; (For turning assertions on and off at run-time, toggle zend.assertions between the values 1 and 0)
H A Dphp.ini-production1493 ; (For turning assertions on and off at run-time, toggle zend.assertions between the values 1 and 0)

Completed in 64 milliseconds