Lines Matching refs:IS_ARRAY

1238 		if (Z_TYPE_PP(arg1) != IS_ARRAY) {  in PHP_FUNCTION()
1250 if (Z_TYPE_PP(arg1) == IS_ARRAY) { in PHP_FUNCTION()
1254 } else if (Z_TYPE_PP(arg2) == IS_ARRAY) { in PHP_FUNCTION()
2332 if (Z_TYPE_PP(str) != IS_ARRAY) {
2338 if (Z_TYPE_PP(repl) != IS_ARRAY) {
2344 if (Z_TYPE_PP(from) != IS_ARRAY) {
2353 if (Z_TYPE_PP(len) != IS_ARRAY) {
2358 if (Z_TYPE_PP(str) != IS_ARRAY) {
2365 (argc == 3 && Z_TYPE_PP(from) == IS_ARRAY) ||
2371 if (argc == 4 && Z_TYPE_PP(from) == IS_ARRAY) {
2379 if (Z_TYPE_PP(str) != IS_ARRAY) {
2380 if (Z_TYPE_PP(from) != IS_ARRAY) {
2415 if (Z_TYPE_PP(repl) == IS_ARRAY) {
2429 …memcpy((result + f), (Z_TYPE_PP(repl) == IS_ARRAY ? Z_STRVAL_PP(tmp_repl) : Z_STRVAL_PP(repl)), re…
2445 if (Z_TYPE_PP(from) == IS_ARRAY) {
2449 if (argc > 3 && Z_TYPE_PP(len) == IS_ARRAY) {
2453 if (Z_TYPE_PP(repl) == IS_ARRAY) {
2476 if (Z_TYPE_PP(from) == IS_ARRAY) {
2511 if (argc > 3 && Z_TYPE_PP(len) == IS_ARRAY) {
2544 if (Z_TYPE_PP(repl) == IS_ARRAY) {
3164 if (ac == 2 && Z_TYPE_PP(from) != IS_ARRAY) {
3898 if (Z_TYPE_P(search) == IS_ARRAY) {
3904 if (Z_TYPE_P(replace) == IS_ARRAY) {
3919 if (Z_TYPE_P(replace) == IS_ARRAY) {
3926 if (Z_TYPE_P(replace) == IS_ARRAY) {
4011 if (Z_TYPE_PP(search) != IS_ARRAY) {
4014 } else if (Z_TYPE_PP(replace) != IS_ARRAY) {
4019 if (Z_TYPE_PP(subject) == IS_ARRAY) {
4026 if (Z_TYPE_PP(subject_entry) != IS_ARRAY && Z_TYPE_PP(subject_entry) != IS_OBJECT) {
4428 if (Z_TYPE_PP(args[0]) == IS_ARRAY) {
4433 if (Z_TYPE_PP(args[0]) == IS_ARRAY) {
4469 if (Z_TYPE_PP(args[0]) == IS_ARRAY) {