Searched refs:toggle (Results 1 – 8 of 8) sorted by relevance
/php-src/ext/dom/tests/modern/token_list/ |
H A D | toggle.phpt | 2 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 D | toggle_error.phpt | 2 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 D | toggle.phpt | 2 Bug #79701 (getElementById does not correctly work with duplicate definitions) - toggle variation
|
/php-src/ext/dom/ |
H A D | token_list.c | 509 PHP_METHOD(Dom_TokenList, toggle) in PHP_METHOD() argument
|
H A D | php_dom.stub.php | 2117 public function toggle(string $token, ?bool $force = null): bool {} function in Dom\\TokenList
|
H A D | php_dom_arginfo.h | 1320 ZEND_METHOD(Dom_TokenList, toggle); 1784 ZEND_ME(Dom_TokenList, toggle, arginfo_class_Dom_TokenList_toggle, ZEND_ACC_PUBLIC)
|
/php-src/ |
H A D | php.ini-development | 1491 ; (For turning assertions on and off at run-time, toggle zend.assertions between the values 1 and 0)
|
H A D | php.ini-production | 1493 ; (For turning assertions on and off at run-time, toggle zend.assertions between the values 1 and 0)
|
Completed in 46 milliseconds