Home
last modified time | relevance | path

Searched refs:JSON_ERROR_NONE (Results 1 – 25 of 303) sorted by relevance

12345678910>>...13

/dports/net-mgmt/librenms/librenms-vendor-21.5.1/doctrine/dbal/lib/Doctrine/DBAL/Types/
H A DJsonType.php14 use const JSON_ERROR_NONE; alias
40 if (json_last_error() !== JSON_ERROR_NONE) {
62 if (json_last_error() !== JSON_ERROR_NONE) {
/dports/www/elgg/elgg-3.3.23/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/
H A DJsonType.php14 use const JSON_ERROR_NONE; alias
40 if (json_last_error() !== JSON_ERROR_NONE) {
62 if (json_last_error() !== JSON_ERROR_NONE) {
/dports/finance/prestashop/prestashop/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/
H A DJsonType.php6 use const JSON_ERROR_NONE; alias
38 if (json_last_error() !== JSON_ERROR_NONE) {
60 if (json_last_error() !== JSON_ERROR_NONE) {
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/
H A DJsonType.php14 use const JSON_ERROR_NONE; alias
40 if (json_last_error() !== JSON_ERROR_NONE) {
62 if (json_last_error() !== JSON_ERROR_NONE) {
/dports/www/typo3-9/typo3_src-9.5.31/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/
H A DJsonType.php6 use const JSON_ERROR_NONE; alias
38 if (json_last_error() !== JSON_ERROR_NONE) {
60 if (json_last_error() !== JSON_ERROR_NONE) {
/dports/www/typo3-10/typo3_src-10.4.25/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/
H A DJsonType.php14 use const JSON_ERROR_NONE; alias
40 if (json_last_error() !== JSON_ERROR_NONE) {
62 if (json_last_error() !== JSON_ERROR_NONE) {
/dports/www/typo3-11/typo3_src-11.5.7/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/
H A DJsonType.php14 use const JSON_ERROR_NONE; alias
40 if (json_last_error() !== JSON_ERROR_NONE) {
62 if (json_last_error() !== JSON_ERROR_NONE) {
/dports/www/owncloud/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Types/
H A DJsonType.php14 use const JSON_ERROR_NONE; alias
40 if (json_last_error() !== JSON_ERROR_NONE) {
62 if (json_last_error() !== JSON_ERROR_NONE) {
/dports/www/nextcloud/nextcloud/3rdparty/doctrine/dbal/src/Types/
H A DJsonType.php14 use const JSON_ERROR_NONE; alias
40 if (json_last_error() !== JSON_ERROR_NONE) {
62 if (json_last_error() !== JSON_ERROR_NONE) {
/dports/databases/pecl-couchbase/couchbase-2.6.2/tests/
H A DSearchQueryTest.php44 $this->assertEquals(JSON_ERROR_NONE, json_last_error());
51 $this->assertEquals(JSON_ERROR_NONE, json_last_error());
67 $this->assertEquals(JSON_ERROR_NONE, json_last_error());
/dports/net-mgmt/icingaweb2-module-director/icingaweb2-module-director-1.6.2/library/Director/Core/
H A DJson.php13 if ($result === false && json_last_error() !== JSON_ERROR_NONE) {
24 if ($result === null && json_last_error() !== JSON_ERROR_NONE) {
/dports/www/mod_php81/php-8.1.1/ext/json/tests/
H A Dbug62369.phpt13 case JSON_ERROR_NONE:
23 case JSON_ERROR_NONE:
/dports/lang/php81/php-8.1.1/ext/json/tests/
H A Dbug62369.phpt13 case JSON_ERROR_NONE:
23 case JSON_ERROR_NONE:
/dports/lang/php80/php-8.0.15/ext/json/tests/
H A Dbug62369.phpt13 case JSON_ERROR_NONE:
23 case JSON_ERROR_NONE:
/dports/www/mod_php80/php-8.0.15/ext/json/tests/
H A Dbug62369.phpt13 case JSON_ERROR_NONE:
23 case JSON_ERROR_NONE:
/dports/lang/php73/php-7.3.33/ext/json/tests/
H A Dbug62369.phpt15 case JSON_ERROR_NONE:
25 case JSON_ERROR_NONE:
/dports/lang/php74/php-7.4.27/ext/json/tests/
H A Dbug62369.phpt15 case JSON_ERROR_NONE:
25 case JSON_ERROR_NONE:
/dports/devel/php73-json/php-7.3.33/ext/json/tests/
H A Dbug62369.phpt15 case JSON_ERROR_NONE:
25 case JSON_ERROR_NONE:
/dports/www/mod_php73/php-7.3.33/ext/json/tests/
H A Dbug62369.phpt15 case JSON_ERROR_NONE:
25 case JSON_ERROR_NONE:
/dports/devel/php74-json/php-7.4.27/ext/json/tests/
H A Dbug62369.phpt15 case JSON_ERROR_NONE:
25 case JSON_ERROR_NONE:
/dports/www/mod_php74/php-7.4.27/ext/json/tests/
H A Dbug62369.phpt15 case JSON_ERROR_NONE:
25 case JSON_ERROR_NONE:
/dports/mail/nextcloud-mail/mail/vendor/rubix/ml/src/Other/Helpers/
H A DJSON.php11 use const JSON_ERROR_NONE; alias
71 if ($code !== JSON_ERROR_NONE) {
/dports/devel/pecl-swoole/swoole-4.8.5/tests/include/api/swoole_server/
H A Dopcode_server.php158 Assert::same(json_last_error(), JSON_ERROR_NONE);
165 Assert::same(json_last_error(), JSON_ERROR_NONE);
173 Assert::same(json_last_error(), JSON_ERROR_NONE);
/dports/mail/nextcloud-mail/mail/vendor/amphp/serialization/src/
H A DJsonSerializer.php65 case \JSON_ERROR_NONE:
78 case \JSON_ERROR_NONE:
/dports/textproc/gron/gron-0.6.0/
H A Doriginal-gron.php58 if ($err != JSON_ERROR_NONE){
68 if ($err != JSON_ERROR_NONE){

12345678910>>...13